Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Wed, 22 Aug 2001 18:01:36 +0000 (18:01 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 22 Aug 2001 18:01:36 +0000 (18:01 +0000)
non-empty string if != NULL.

ChangeLog

index 943ed1f..9338377 100644 (file)
--- 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>