diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-22 18:01:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-22 18:01:36 +0000 |
commit | 30c8be92a3462155fd8b2cd56eb6afec4df20cdc (patch) | |
tree | 20e3430bb3a94ca9a01fa8c746dff4a66f3db0d7 | |
parent | 46b05e5d746be53b4102012365a38c50b8719e98 (diff) | |
download | glibc-30c8be92a3462155fd8b2cd56eb6afec4df20cdc.zip glibc-30c8be92a3462155fd8b2cd56eb6afec4df20cdc.tar.gz glibc-30c8be92a3462155fd8b2cd56eb6afec4df20cdc.tar.bz2 |
Fix typo.
non-empty string if != NULL.
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname. * malloc/mtrace.c (tr_where): dli_sname always points to a - non-empty string is != NULL. + non-empty string if != NULL. Reported by Tim Janik <timj@gtk.org>. 2001-08-22 Jakub Jelinek <jakub@redhat.com> |