summaryrefslogtreecommitdiff
path: root/include/wchar.h
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-13 01:22:47 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-15 14:00:22 +0200
commitb59d17b4c3c16942954830d95afffa15d4ba332a (patch)
treeb1e8619a2f314f2e71dcbeb9c45222a5b20216ff /include/wchar.h
parent8976e173e7286816cde4a5a6730d23aed203492e (diff)
wchar.h: fix 2 typos in comments
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'include/wchar.h')
-rw-r--r--include/wchar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/wchar.h b/include/wchar.h
index 3d477ba23..78a8344c9 100644
--- a/include/wchar.h
+++ b/include/wchar.h
@@ -430,7 +430,7 @@ extern unsigned long int wcstoul (__const wchar_t *__restrict __nptr,
__THROW;
#if defined __USE_ISOC99 || (defined __GNUC__ && defined __USE_GNU)
-/* Convert initial portion of wide string NPTR to `long int'
+/* Convert initial portion of wide string NPTR to `long long int'
representation. */
__extension__
extern long long int wcstoll (__const wchar_t *__restrict __nptr,
@@ -447,7 +447,7 @@ extern unsigned long long int wcstoull (__const wchar_t *__restrict __nptr,
__END_NAMESPACE_C99
#if defined __GNUC__ && defined __USE_GNU
-/* Convert initial portion of wide string NPTR to `long int'
+/* Convert initial portion of wide string NPTR to `long long int'
representation. */
__extension__
extern long long int wcstoq (__const wchar_t *__restrict __nptr,