aboutsummaryrefslogtreecommitdiff
path: root/gprof/hist.c
diff options
context:
space:
mode:
Diffstat (limited to 'gprof/hist.c')
-rw-r--r--gprof/hist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/hist.c b/gprof/hist.c
index 465655e..6c48223 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);
}