summaryrefslogtreecommitdiff
path: root/gprof/hist.c
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2007-04-10 08:47:50 +0000
committerVladimir Prus <vladimir@codesourcery.com>2007-04-10 08:47:50 +0000
commite701ca866ae6842699d81e7e201f2d01e35ba10d (patch)
treea951a2f83c7c361e93e18e0b19405d7c05fa7239 /gprof/hist.c
parent9fbad73723bf2c1a6affae523548e923b9a89e00 (diff)
Fix typo in the previous commit
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 465655e9309..6c48223a444 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);
}