From 6c0e77c643e96436d85aebb9195c83cb403c25fa Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 9 Nov 2008 17:29:15 +0000 Subject: Return errors from dictionary constructor/destructor. Fix commentary copied from libcss svn path=/trunk/hubbub/; revision=5663 --- src/utils/parserutilserror.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils/parserutilserror.h') 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 /** - * 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) -- cgit v1.2.3