svn commit: trunk/uClibc/libc/sysdeps/linux/common/bits

aldot at uclibc.org aldot at uclibc.org
Sun Jan 28 13:16:59 UTC 2007


Author: aldot
Date: 2007-01-28 05:16:58 -0800 (Sun, 28 Jan 2007)
New Revision: 17595

Log:
- commentary typo fix


Modified:
   trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_stdio.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_stdio.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_stdio.h	2007-01-28 12:11:37 UTC (rev 17594)
+++ trunk/uClibc/libc/sysdeps/linux/common/bits/uClibc_stdio.h	2007-01-28 13:16:58 UTC (rev 17595)
@@ -384,7 +384,8 @@
 extern int __fgetc_unlocked(FILE *__stream);
 extern int __fputc_unlocked(int __c, FILE *__stream);
 
-/* First define the default definitions.  They overriden below as necessary. */
+/* First define the default definitions.
+   They are overridden below as necessary. */
 #define __FGETC_UNLOCKED(__stream)		(__fgetc_unlocked)((__stream))
 #define __FGETC(__stream)			(fgetc)((__stream))
 #define __GETC_UNLOCKED_MACRO(__stream)		(__fgetc_unlocked)((__stream))




More information about the uClibc-cvs mailing list