From 564be716319bfcc716a67591c98c942d6636a633 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 29 Jul 2007 00:27:01 +0000 Subject: Comment fixes svn path=/trunk/dom/; revision=3470 --- src/core/implementation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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( -- cgit v1.2.3