diff options
author | Felix Lee <flee@cygnus> | 1997-09-18 06:03:52 +0000 |
---|---|---|
committer | Felix Lee <flee@cygnus> | 1997-09-18 06:03:52 +0000 |
commit | 3e906c081acc98069ea4b47a7b43face23b158dd (patch) | |
tree | bd4538a540541a97e93c21b9aa8d2686a3ca2c29 /gprof/ChangeLog | |
parent | 88770c1c90ea03dc207040da395623121a16fa14 (diff) | |
download | gdb-3e906c081acc98069ea4b47a7b43face23b158dd.zip gdb-3e906c081acc98069ea4b47a7b43face23b158dd.tar.gz gdb-3e906c081acc98069ea4b47a7b43face23b158dd.tar.bz2 |
sanitization fixes. typoes, missing fences, "start" instead of "end", etc.
Diffstat (limited to 'gprof/ChangeLog')
-rw-r--r-- | gprof/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 77f796e..3affff7 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -451,7 +451,7 @@ Sun Feb 5 16:19:46 1995 David Mosberger-Tang <davidm@piston.cs.arizona.edu> filename printed in the call-graph function index; line-level profiling should still work, but requires some patience - * cg_print.c (cg_print_index): sanitized printing of index when + * cg_print.c (cg_print_index): sanitised printing of index when using FSF-style output; in particular, output width is now controlled via option --width and the function tries hard to keep columns aligned even in the presence of (occasional) long names |