summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/document.c2
-rw-r--r--src/core/document.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/core/document.c b/src/core/document.c
index 91b2b98..d7c4393 100644
--- a/src/core/document.c
+++ b/src/core/document.c
@@ -1042,7 +1042,7 @@ dom_exception _dom_document_rename_node(dom_document *doc,
/*-----------------------------------------------------------------------*/
-/* Overload protectd virtual functions */
+/* Overload protected virtual functions */
/* The virtual destroy function of this class */
void _dom_document_destroy(dom_node_internal *node)
diff --git a/src/core/document.h b/src/core/document.h
index 9ff7368..002b0ca 100644
--- a/src/core/document.h
+++ b/src/core/document.h
@@ -172,6 +172,7 @@ dom_exception _dom_document_rename_node(dom_document *doc,
_dom_document_rename_node
/* End of vtable */
+/** \todo Unused! */
/**
* The internal used vtable for document
*/