From: Andreas Jaeger Date: Mon, 14 Aug 2000 08:18:08 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: cvs/glibc-2_1_93~222 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4863ed87deebd0214479f26b48f26c4ef9e981b4;p=thirdparty%2Fglibc.git Fix typo in comment. --- diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h index dfabfb252c4..e7699a62f8f 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