svn commit: trunk/uClibc/include

psm at uclibc.org psm at uclibc.org
Thu Feb 23 20:20:13 UTC 2006


Author: psm
Date: 2006-02-23 12:20:12 -0800 (Thu, 23 Feb 2006)
New Revision: 14248

Log:
Correct typo

Modified:
   trunk/uClibc/include/features.h


Changeset:
Modified: trunk/uClibc/include/features.h
===================================================================
--- trunk/uClibc/include/features.h	2006-02-23 19:59:34 UTC (rev 14247)
+++ trunk/uClibc/include/features.h	2006-02-23 20:20:12 UTC (rev 14248)
@@ -372,7 +372,7 @@
 #ifndef __UCLIBC_HAS_LFS__
 
 /* If uClibc was built without large file support, output an error if
- * and 64-bit file offsets were requested, output an error.
+ * 64-bit file offsets were requested.
  * NOTE: This is probably incorrect on a 64-bit arch... */
 # ifdef __USE_FILE_OFFSET64
 #  error It appears you have defined _FILE_OFFSET_BITS=64.  Unfortunately, \




More information about the uClibc-cvs mailing list