Fix typo in the previous commit

This commit is contained in:
Vladimir Prus 2007-04-10 08:47:50 +00:00
parent 9fbad73723
commit e701ca866a

View File

@ -703,7 +703,7 @@ hist_clip_symbol_address (bfd_vma *p_lowpc, bfd_vma *p_highpc)
{ {
fprintf (stderr, fprintf (stderr,
_("%s: found a symbol that covers " _("%s: found a symbol that covers "
"several histogram records") "several histogram records"),
whoami); whoami);
done (1); done (1);
} }