summaryrefslogtreecommitdiff
path: root/src/utils/parserutilserror.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-09 17:29:15 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-09 17:29:15 +0000
commit6c0e77c643e96436d85aebb9195c83cb403c25fa (patch)
tree647f8a07a77abaf2cb1e692112f7777a3dd44de5 /src/utils/parserutilserror.h
parentf3c6e30f43c8e9feec891d68cc3eee99c3ef6264 (diff)
downloadlibhubbub-6c0e77c643e96436d85aebb9195c83cb403c25fa.tar.gz
libhubbub-6c0e77c643e96436d85aebb9195c83cb403c25fa.tar.bz2
Return errors from dictionary constructor/destructor.
Fix commentary copied from libcss svn path=/trunk/hubbub/; revision=5663
Diffstat (limited to 'src/utils/parserutilserror.h')
-rw-r--r--src/utils/parserutilserror.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/parserutilserror.h b/src/utils/parserutilserror.h
index 3e05524..9e0c8f5 100644
--- a/src/utils/parserutilserror.h
+++ b/src/utils/parserutilserror.h
@@ -13,10 +13,10 @@
#include <hubbub/errors.h>
/**
- * Convert a ParserUtils error into a LibCSS error
+ * Convert a ParserUtils error into a Hubbub error
*
* \param error The ParserUtils error to convert
- * \return The corresponding LibCSS error
+ * \return The corresponding Hubbub error
*/
static inline hubbub_error hubbub_error_from_parserutils_error(
parserutils_error error)