diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2007-04-10 08:47:50 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2007-04-10 08:47:50 +0000 |
commit | e701ca866ae6842699d81e7e201f2d01e35ba10d (patch) | |
tree | a951a2f83c7c361e93e18e0b19405d7c05fa7239 /gprof/hist.c | |
parent | 9fbad73723bf2c1a6affae523548e923b9a89e00 (diff) | |
download | gdb-e701ca866ae6842699d81e7e201f2d01e35ba10d.zip gdb-e701ca866ae6842699d81e7e201f2d01e35ba10d.tar.gz gdb-e701ca866ae6842699d81e7e201f2d01e35ba10d.tar.bz2 |
Fix typo in the previous commit
Diffstat (limited to 'gprof/hist.c')
-rw-r--r-- | gprof/hist.c | 2 |
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); } |