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
commit548e7e4c643210588e90ce0f69d63262b34b0749 (patch)
tree0067557e832de2ad8f74ab190972c76aa9898f4f /gprof/hist.c
parenta2e712e88334ec547b53c46cb99a11b4f89818a7 (diff)
downloadbinutils-redhat-548e7e4c643210588e90ce0f69d63262b34b0749.tar.gz
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 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);
}