aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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