From 7ef5def0b6872a95ca6b9ebcc693f6375ed95a53 Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Sun, 13 Mar 2011 01:22:47 +0100
Subject: [PATCH 031/396] wchar.h: fix 2 typos in comments

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 include/wchar.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/wchar.h b/include/wchar.h
index 3d477ba..78a8344 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,
-- 
1.7.0.4

