diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 9f7c260..14a1667 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -1174,7 +1174,7 @@ unsigned long long bb_makedev(unsigned int major, unsigned int minor) FAST_FUNC; /* "Keycodes" that report an escape sequence. * We use something which fits into signed char, - * yet doesn't represent any valid Unicode characher. + * yet doesn't represent any valid Unicode character. * Also, -1 is reserved for error indication and we don't use it. */ enum { KEYCODE_UP = -2, |