From e701ca866ae6842699d81e7e201f2d01e35ba10d Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Tue, 10 Apr 2007 08:47:50 +0000 Subject: [PATCH] Fix typo in the previous commit --- gprof/hist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.34.1