From: Ulrich Drepper Date: Fri, 7 May 1999 21:11:08 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_1_1~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d656c8cbfe0ef9c232dea81dde8d1fa2b5107def;p=thirdparty%2Fglibc.git Update. * elf/do-lookup.h: Fix typo in comment. --- diff --git a/ChangeLog b/ChangeLog index bdbdbd29de0..e7e55c924b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-05-07 Ulrich Drepper + * elf/do-lookup.h: Fix typo in comment. + * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Set f_frsize to f_bsize to help some broken programs. diff --git a/elf/do-lookup.h b/elf/do-lookup.h index 691dcc81e02..01ad29345e8 100644 --- a/elf/do-lookup.h +++ b/elf/do-lookup.h @@ -96,7 +96,7 @@ FCT (const char *undef_name, unsigned long int hash, #if VERSIONED if (verstab == NULL) { - /* We need a versioned system but haven't found any. If + /* We need a versioned symbol but haven't found any. If this is the object which is referenced in the verneed entry it is a bug in the library since a symbol must not simply disappear. */