aboutsummaryrefslogtreecommitdiffstats
path: root/include/bits
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-08-31 02:44:14 +0200
committerMattias Andrée <maandree@operamail.com>2015-08-31 02:44:14 +0200
commitc306ef570049f1d6d92e26a6aab1437b3dd95b7f (patch)
tree19d91c97596c1219c68ced3e940679c94d0eb666 /include/bits
parentupdate todo: character class determination (diff)
downloadslibc-c306ef570049f1d6d92e26a6aab1437b3dd95b7f.tar.gz
slibc-c306ef570049f1d6d92e26a6aab1437b3dd95b7f.tar.bz2
slibc-c306ef570049f1d6d92e26a6aab1437b3dd95b7f.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'include/bits')
-rw-r--r--include/bits/types.h2
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