summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-11-13 19:29:53 +0100
committerjcid <devnull@localhost>2007-11-13 19:29:53 +0100
commite329567b2984f1dee65d088002863355cf5b2a3b (patch)
tree24b93e40243a2d81c6f6235191a61f17b705fc52 /src
parentf2e9f4851b18d48d482a2b1429ad17c95f54365c (diff)
minor change
Diffstat (limited to 'src')
-rw-r--r--src/html.cc4
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)