aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-08-22 18:01:36 +0000
committerUlrich Drepper <drepper@redhat.com>2001-08-22 18:01:36 +0000
commit30c8be92a3462155fd8b2cd56eb6afec4df20cdc (patch)
tree20e3430bb3a94ca9a01fa8c746dff4a66f3db0d7 /ChangeLog
parent46b05e5d746be53b4102012365a38c50b8719e98 (diff)
downloadglibc-30c8be92a3462155fd8b2cd56eb6afec4df20cdc.zip
glibc-30c8be92a3462155fd8b2cd56eb6afec4df20cdc.tar.gz
glibc-30c8be92a3462155fd8b2cd56eb6afec4df20cdc.tar.bz2
Fix typo.
non-empty string if != NULL.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 943ed1f..9338377 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>