diff options
Diffstat (limited to 'elf/rtld.c')
-rw-r--r-- | elf/rtld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/rtld.c b/elf/rtld.c index 1188880351..1df74df662 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 |