diff options
Diffstat (limited to '')
-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 |