Fix typo.

non-empty string if != NULL.
This commit is contained in:
Ulrich Drepper 2001-08-22 18:01:36 +00:00
parent 46b05e5d74
commit 30c8be92a3
1 changed files with 1 additions and 1 deletions

View File

@ -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>