From b904ef3cdff12ad7be9bd307a6e86b2594728020 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Thu, 6 Nov 2008 17:37:30 +0100 Subject: [PATCH] Doc: Fixed a typo. --- ucw/chartype.h | 2 +- ucw/unicode.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ucw/chartype.h b/ucw/chartype.h index 930bf90e..1770709c 100644 --- a/ucw/chartype.h +++ b/ucw/chartype.h @@ -14,7 +14,7 @@ * We define our own routines to classify 8-bit characters (based on US-ASCII charset). * This way we bypass most possible problems with different compilation environments. * - * All functions and macros accept any numeric parameters and if it is necessary, they simply ignore higher bits. + * All functions and macros accept any numbers and if it is necessary, they simply ignore higher bits. * It does not matter whether a parameter is signed or unsigned. ***/ diff --git a/ucw/unicode.h b/ucw/unicode.h index 74416c6d..2bbbc517 100644 --- a/ucw/unicode.h +++ b/ucw/unicode.h @@ -348,7 +348,7 @@ static inline uns unicode_sanitize_char(uns u) /** * Count the number of Unicode character in a zero-terminated UTF-8 string. - * Returned value for corrupted encoding is undefined, but is never greater than `strlen(str)`. + * Returned value for corrupted encoding is undefined, but is never greater than strlen(). **/ uns utf8_strlen(const byte *str); -- 2.39.2