diff options
-rw-r--r-- | src/html.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html.cc b/src/html.cc index efc7ac59..ed6e7ecd 100644 --- a/src/html.cc +++ b/src/html.cc @@ -654,8 +654,8 @@ void DilloHtml::write(char *Buf, int BufSize, int Eof) } /* - * Finish parsing a HTML page (free parsing data). - * i.e. Free html struct, close the client and update the page progress bar. + * Finish parsing a HTML page. + * i.e. Free parsing data, close the client and update the page progress bar. * The class is not deleted here, it remains until the widget is destroyed. */ void DilloHtml::closeParser(int ClientKey) |