diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-07 21:11:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-07 21:11:08 +0000 |
commit | d656c8cbfe0ef9c232dea81dde8d1fa2b5107def (patch) | |
tree | 0bbb091a16486d9df5c214b836fd81461b737f45 | |
parent | 42d666a5cbbc41ee099aa8ae31bbe531c32c08cf (diff) | |
download | glibc-d656c8cbfe0ef9c232dea81dde8d1fa2b5107def.tar glibc-d656c8cbfe0ef9c232dea81dde8d1fa2b5107def.tar.gz glibc-d656c8cbfe0ef9c232dea81dde8d1fa2b5107def.tar.bz2 glibc-d656c8cbfe0ef9c232dea81dde8d1fa2b5107def.zip |
Update.
* elf/do-lookup.h: Fix typo in comment.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | elf/do-lookup.h | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ 1999-05-07 Ulrich Drepper <drepper@cygnus.com> + * 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 691dcc81e0..01ad29345e 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. */ |