From 83ace96a3046ec0f6bdbd258280b50292a4e8caf Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 11 Sep 2012 14:50:06 +0100 Subject: fixup comment damage from automated type conversion --- include/dom/core/exceptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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, -- cgit v1.2.3