diff options
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/hist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/hist.c b/gprof/hist.c index 465655e930..6c48223a44 100644 --- a/gprof/hist.c +++ b/gprof/hist.c @@ -703,7 +703,7 @@ hist_clip_symbol_address (bfd_vma *p_lowpc, bfd_vma *p_highpc) { fprintf (stderr, _("%s: found a symbol that covers " - "several histogram records") + "several histogram records"), whoami); done (1); } |