changeset 9888:4552418ad371

Tweak comment.
author Bruno Haible <bruno@clisp.org>
date Fri, 11 Apr 2008 15:57:56 +0200
parents f2408973947f
children 0be6f1ab456d
files ChangeLog lib/wchar.in.h
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Apr 11 15:13:24 2008 +0200
+++ b/ChangeLog	Fri Apr 11 15:57:56 2008 +0200
@@ -1,3 +1,7 @@
+2008-04-11  Bruno Haible  <bruno@clisp.org>
+
+	* lib/wchar.in.h: Tweak comment.
+
 2008-04-11  Bruno Haible  <bruno@clisp.org>
 
 	Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
--- a/lib/wchar.in.h	Fri Apr 11 15:13:24 2008 +0200
+++ b/lib/wchar.in.h	Fri Apr 11 15:57:56 2008 +0200
@@ -1,6 +1,6 @@
 /* A substitute for ISO C99 <wchar.h>, for platforms that have issues.
 
-   Copyright (C) 2007 Free Software Foundation, Inc.
+   Copyright (C) 2007-2008 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -27,7 +27,7 @@
  */
 
 #ifdef __need_mbstate_t
-/* Special invocation convention inside glibc header files.  */
+/* Special invocation convention inside uClibc header files.  */
 
 #@INCLUDE_NEXT@ @NEXT_WCHAR_H@