OSDN Git Service

Correct typo
authorPeter S. Mazinger <ps.m@gmx.net>
Thu, 23 Feb 2006 20:20:12 +0000 (20:20 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Thu, 23 Feb 2006 20:20:12 +0000 (20:20 -0000)
include/features.h

index 18f8e7f..c690e7e 100644 (file)
 #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, \