]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/chartype.h
Doc: Fixed a typo.
[libucw.git] / ucw / chartype.h
index 930bf90e80eb65bd8b68219b2126502b3595967e..1770709c3b0d970fa157ab248a0ec23ff2fe4a53 100644 (file)
@@ -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.
  ***/