summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-07-29 00:27:01 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-07-29 00:27:01 +0000
commit564be716319bfcc716a67591c98c942d6636a633 (patch)
tree697a7ed9f4dfb1a2bfec3f190836b3d628ea9ed1 /src
parent781dd5b1de1b258488dc41529347fa538cc0ca7f (diff)
downloadlibdom-564be716319bfcc716a67591c98c942d6636a633.tar.gz
libdom-564be716319bfcc716a67591c98c942d6636a633.tar.bz2
Comment fixes
svn path=/trunk/dom/; revision=3470
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(