projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fbad73
)
Fix typo in the previous commit
author
Vladimir Prus
<vladimir@codesourcery.com>
Tue, 10 Apr 2007 08:47:50 +0000
(08:47 +0000)
committer
Vladimir Prus
<vladimir@codesourcery.com>
Tue, 10 Apr 2007 08:47:50 +0000
(08:47 +0000)
gprof/hist.c
patch
|
blob
|
history
diff --git
a/gprof/hist.c
b/gprof/hist.c
index 465655e93096beb471f0d5eb090dca4f7c64ee52..6c48223a4449d23d913d4d4e24b775465dc0d577 100644
(file)
--- 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);
}