Skip to content

Commit 397c46e

Browse files
committed
handy.h: Fix comment
1 parent 7d4cac9 commit 397c46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2266,7 +2266,7 @@ END_EXTERN_C
22662266
: (force_out_malformed_utf8_message_( \
22672267
(U8 *) (p), (U8 *) (e), 0, MALFORMED_UTF8_DIE), 0)) \
22682268
: above_latin1))
2269-
/* Like the above, but calls 'above_latin1(p)' to get the utf8 value.
2269+
/* Like the above, but calls 'above_latin1(p, e)' to get the utf8 value.
22702270
* 'above_latin1' can be a macro */
22712271
#define generic_func_utf8_safe_(classnum, above_latin1, p, e) \
22722272
generic_utf8_safe_(classnum, p, e, above_latin1(p, e))

0 commit comments

Comments
 (0)