about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-08-14 08:18:08 +0000
committerAndreas Jaeger <aj@suse.de>2000-08-14 08:18:08 +0000
commit4863ed87deebd0214479f26b48f26c4ef9e981b4 (patch)
treef07896e40d6f6fee4ebe8238c59515337eb9556e /sysdeps
parenta00c3ca9777419e3ffe1d81e2d9ef9553b95c764 (diff)
downloadglibc-4863ed87deebd0214479f26b48f26c4ef9e981b4.tar.gz
glibc-4863ed87deebd0214479f26b48f26c4ef9e981b4.tar.xz
glibc-4863ed87deebd0214479f26b48f26c4ef9e981b4.zip
Fix typo in comment.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/kernel-features.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h
index dfabfb252c..e7699a62f8 100644
--- a/sysdeps/unix/sysv/linux/kernel-features.h
+++ b/sysdeps/unix/sysv/linux/kernel-features.h
@@ -125,7 +125,7 @@
 
 /* The changed st_ino field appeared in 2.4.0-test6.  But we cannot
    distinguish this version from other 2.4.0 releases.  Therefore play
-   save and assume it available for 2.4.1 and up.  */
+   save and assume it available is for 2.4.1 and up.  */
 #if __LINUX_KERNEL_VERSION >= 132097
 # define __ASSUME_ST_INO_64_BIT		1
 #endif