From: Vladimir Prus Date: Tue, 10 Apr 2007 08:47:50 +0000 (+0000) Subject: Fix typo in the previous commit X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e701ca866ae6842699d81e7e201f2d01e35ba10d;p=deliverable%2Fbinutils-gdb.git Fix typo in the previous commit --- 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); }