summaryrefslogtreecommitdiff
path: root/include/dom
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
commit83ace96a3046ec0f6bdbd258280b50292a4e8caf (patch)
tree9d8313da19d26e1830cce7797102e6aba52fba4b /include/dom
parentcf72f59cc342f98eb2322689d59e8d5c2462f965 (diff)
downloadlibdom-83ace96a3046ec0f6bdbd258280b50292a4e8caf.tar.gz
libdom-83ace96a3046ec0f6bdbd258280b50292a4e8caf.tar.bz2
fixup comment damage from automated type conversion
Diffstat (limited to 'include/dom')
-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,