]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/unicode.h
ff-varints: Fixed really silly bug in handling fastbufs.
[libucw.git] / ucw / unicode.h
index 8d8fc46e9bc7c9a26c925a81c51e7df67194be1d..d861788bd0b7553875b5d79d28edaf89b210a0cb 100644 (file)
@@ -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)