X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Funicode.h;h=d861788bd0b7553875b5d79d28edaf89b210a0cb;hb=1b2faf7409371da71c440704e3a75c34f7a9d750;hp=8d8fc46e9bc7c9a26c925a81c51e7df67194be1d;hpb=fa7aa6d9457616ce28f97c83eaa616d0ff276870;p=libucw.git diff --git a/ucw/unicode.h b/ucw/unicode.h index 8d8fc46e..d861788b 100644 --- a/ucw/unicode.h +++ b/ucw/unicode.h @@ -168,7 +168,7 @@ get1: UTF8_GET_NEXT; } /** - * Decode a value from the range `[0, 0xFFFF]` (basic multilignual plane) + * Decode a value from the range `[0, 0xFFFF]` (basic multilingual plane) * or return `UNI_REPLACEMENT` if the encoding has been corrupted. **/ static inline byte *utf8_get(const byte *p, uns *uu)