summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/libxml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/libxml.c b/examples/libxml.c
index 6580151..1190479 100644
--- a/examples/libxml.c
+++ b/examples/libxml.c
@@ -492,7 +492,7 @@ int create_comment(void *ctx, const hubbub_string *data, void **result)
* Create a doctype node
*
* \param ctx Our context
- * \param doctype Data for doctype node (public ID and system ID)
+ * \param doctype Data for doctype node (name, public ID and system ID)
* \param result Location to receive manufactured node
* \return 0 on success, 1 on memory exhaustion
*