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 465655e93096beb471f0d5eb090dca4f7c64ee52..6c48223a4449d23d913d4d4e24b775465dc0d577 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);
            }
This page took 0.024962 seconds and 4 git commands to generate.