diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-11-20 10:27:48 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-11-20 10:27:48 +0000 |
commit | 9a40233fa0d4c587880f5d3d3f42813ec6e6ae32 (patch) | |
tree | 241b0205b13dd2914bab182e4d3598c3a0569c3e /elf/dl-deps.c | |
parent | 53a451c64a34f4602b9479aaa8effe149e150a54 (diff) | |
download | glibc-9a40233fa0d4c587880f5d3d3f42813ec6e6ae32.tar.gz glibc-9a40233fa0d4c587880f5d3d3f42813ec6e6ae32.tar.xz glibc-9a40233fa0d4c587880f5d3d3f42813ec6e6ae32.zip |
Updated to fedora-glibc-20061120T1000 cvs/fedora-glibc-2_5_90-7
Diffstat (limited to 'elf/dl-deps.c')
-rw-r--r-- | elf/dl-deps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/dl-deps.c b/elf/dl-deps.c index c35cc977fa..4ec984e15b 100644 --- a/elf/dl-deps.c +++ b/elf/dl-deps.c @@ -123,7 +123,7 @@ DST not allowed in SUID/SGID programs")); \ processed. */ \ if (fatal) \ _dl_signal_error (0, __str, NULL, N_("\ -empty dynamics string token substitution")); \ +empty dynamic string token substitution")); \ else \ { \ /* This is for DT_AUXILIARY. */ \ |