diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-23 20:20:12 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-23 20:20:12 +0000 |
commit | 9a876e6866098df8b7c0e64c3347f0fb375c713c (patch) | |
tree | 354092a9b0b85f8f435359b66b178402836bc897 /include | |
parent | 1583fb7f92973cdbba391bd32a1b42cbdb5839b8 (diff) |
Correct typo
Diffstat (limited to 'include')
-rw-r--r-- | include/features.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/features.h b/include/features.h index 18f8e7fdf..c690e7ec2 100644 --- a/include/features.h +++ b/include/features.h @@ -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, \ |