aboutsummaryrefslogtreecommitdiff
path: root/src/html.cc
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-06-10 01:02:25 +0200
committerjcid <devnull@localhost>2008-06-10 01:02:25 +0200
commitd015f9af965f061aa7d41ffc876ab17694acd9a3 (patch)
treeb477876d0effc5e73b371e148de845224adf97db /src/html.cc
parentf0997d35026ac8cb4df3b0903c11751073142eac (diff)
- Fixed a comment.
Diffstat (limited to 'src/html.cc')
-rw-r--r--src/html.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html.cc b/src/html.cc
index df637860..36fade82 100644
--- a/src/html.cc
+++ b/src/html.cc
@@ -162,7 +162,7 @@ void DilloHtml::bugMessage(const char *format, ... )
/*
* Wrapper for a_Url_new that adds an error detection message.
- * (if use_base_url is TRUE, html->base_url is used)
+ * If use_base_url is TRUE, it uses base_url. Otherwise it uses html->base_url.
*/
DilloUrl *a_Html_url_new(DilloHtml *html,
const char *url_str, const char *base_url,