aboutsummaryrefslogtreecommitdiff
path: root/gprof
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
parent9fbad73723bf2c1a6affae523548e923b9a89e00 (diff)
downloadfsf-binutils-gdb-e701ca866ae6842699d81e7e201f2d01e35ba10d.zip
fsf-binutils-gdb-e701ca866ae6842699d81e7e201f2d01e35ba10d.tar.gz
fsf-binutils-gdb-e701ca866ae6842699d81e7e201f2d01e35ba10d.tar.bz2
Fix typo in the previous commit
Diffstat (limited to 'gprof')
-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);
}