diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-19 01:56:30 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-19 01:56:30 +0000 |
commit | ef516dab836e619de9d4bbfe89ca51a8506599c6 (patch) | |
tree | 38f224b0e357c2ee50c95c17d904d62883c1dc58 | |
parent | ac3250d22764703c81e27028c1378a3d52a04fd5 (diff) |
cut-n-paste typo
-rw-r--r-- | include/wctype.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wctype.h b/include/wctype.h index e41ee9942..515f36ff6 100644 --- a/include/wctype.h +++ b/include/wctype.h @@ -27,7 +27,7 @@ #include <bits/types.h> #ifndef __UCLIBC_HAS_WCHAR__ -#error Attempted to include wchar.h when uClibc built without wide char support. +#error Attempted to include wctype.h when uClibc built without wide char support. #endif #ifndef __need_iswxxx |