diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-31 02:44:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-31 02:44:14 +0200 |
commit | c306ef570049f1d6d92e26a6aab1437b3dd95b7f (patch) | |
tree | 19d91c97596c1219c68ced3e940679c94d0eb666 | |
parent | update todo: character class determination (diff) | |
download | slibc-c306ef570049f1d6d92e26a6aab1437b3dd95b7f.tar.gz slibc-c306ef570049f1d6d92e26a6aab1437b3dd95b7f.tar.bz2 slibc-c306ef570049f1d6d92e26a6aab1437b3dd95b7f.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | include/bits/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bits/types.h b/include/bits/types.h index 618cb98..d0d492c 100644 --- a/include/bits/types.h +++ b/include/bits/types.h @@ -72,7 +72,7 @@ typedef long int wchar_t; /** - * Variant of `wchar_t` cna can hold the value of `WEOF`. + * Variant of `wchar_t` that can hold the value of `WEOF`. */ #if defined(__NEED_wint_t) && !defined(__DEFINED_wint_t) # define __DEFINED_wint_t |