aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-08-23 23:40:28 +0000
committerUlrich Drepper <drepper@redhat.com>2001-08-23 23:40:28 +0000
commit962a3cdd2a2170bbaa8f6b8a341ebfbc6360cb54 (patch)
tree498adfcaa2b984b660ea7c589e1ffb4596f1cebb
parent647eb037f3d9dee0bf6e9410c6445c4223cf832a (diff)
downloadglibc-962a3cdd2a2170bbaa8f6b8a341ebfbc6360cb54.zip
glibc-962a3cdd2a2170bbaa8f6b8a341ebfbc6360cb54.tar.gz
glibc-962a3cdd2a2170bbaa8f6b8a341ebfbc6360cb54.tar.bz2
(print_statistics): Nicer format for cache hit output.
-rw-r--r--elf/rtld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/rtld.c b/elf/rtld.c
index 1188880..1df74df 100644
--- a/elf/rtld.c
+++ b/elf/rtld.c
@@ -1525,7 +1525,7 @@ print_statistics (void)
#endif
_dl_debug_printf (" number of relocations: %lu\n",
_dl_num_relocations);
- _dl_debug_printf (" number of relocations from cache: %lu\n",
+ _dl_debug_printf (" number of relocations from cache: %lu\n",
_dl_num_cache_relocations);
#ifndef HP_TIMING_NONAVAIL