Fix typo in the previous commit
authorVladimir Prus <vladimir@codesourcery.com>
Tue, 10 Apr 2007 08:47:50 +0000 (08:47 +0000)
committerVladimir Prus <vladimir@codesourcery.com>
Tue, 10 Apr 2007 08:47:50 +0000 (08:47 +0000)
gprof/hist.c

index 465655e..6c48223 100644 (file)
@@ -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);
            }