summaryrefslogtreecommitdiff
path: root/include/dom
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom')
-rw-r--r--include/dom/bootstrap/implpriv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/dom/bootstrap/implpriv.h b/include/dom/bootstrap/implpriv.h
index 00ba9fc..5c6a820 100644
--- a/include/dom/bootstrap/implpriv.h
+++ b/include/dom/bootstrap/implpriv.h
@@ -13,7 +13,7 @@
* include this, as those types are defined here.
*
* The Document implementation includes this as it needs the declaration of
- * dom_document_set_doctype.
+ * dom_document_create and dom_document_set_doctype.
*
* No other client should be including this.
*/
@@ -117,8 +117,8 @@ struct dom_implementation {
* Any memory allocated by this call should be allocated using
* the provided memory (de)allocation function.
*
- * The doctype will be referenced, so the client need not do this
- * explicitly. The client must unref the doctype once it has
+ * The document will be referenced, so the client need not do this
+ * explicitly. The client must unref the document once it has
* finished with it.
*/
dom_exception (*create_document)(struct dom_implementation *impl,