summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2012-09-11 14:50:06 +0100
committerVincent Sanders <vince@netsurf-browser.org>2012-09-11 14:50:06 +0100
commit7dbf02c5cef37edeefd89bc23de49c22ce3e2e7f (patch)
tree9d8313da19d26e1830cce7797102e6aba52fba4b /include
parent28490c875240db5c878eba2ec7ec1af7dc414521 (diff)
downloadlibdom-7dbf02c5cef37edeefd89bc23de49c22ce3e2e7f.tar.gz
libdom-7dbf02c5cef37edeefd89bc23de49c22ce3e2e7f.tar.bz2
fixup comment damage from automated type conversion
Diffstat (limited to 'include')
-rw-r--r--include/dom/core/exceptions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dom/core/exceptions.h b/include/dom/core/exceptions.h
index 67160d1..04c7f18 100644
--- a/include/dom/core/exceptions.h
+++ b/include/dom/core/exceptions.h
@@ -12,7 +12,7 @@
* Class of a DOM exception.
*
* The top 16 bits of a dom_exception are a bitfield
- * indicating which class the exception beint32_ts to.
+ * indicating which class the exception belongs to.
*/
typedef enum {
DOM_EXCEPTION_CLASS_NORMAL = 0,