summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/implementation.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/implementation.c b/src/core/implementation.c
index d9bb0fa..e37b27d 100644
--- a/src/core/implementation.c
+++ b/src/core/implementation.c
@@ -117,8 +117,8 @@ dom_exception dom_implementation_create_document_type(
* 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 dom_implementation_create_document(