diff options
author | Ambrogino Modigliani <ambrogino.modigliani@gmail.com> | 2016-11-25 21:01:43 +0100 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-11-27 15:04:01 +1030 |
commit | 576a6e4d1d1ac2c5b7e44830d3328ae8723fcb06 (patch) | |
tree | 87163e6de7a0836c0949e751af415dff527a5c00 /gprof/basic_blocks.c | |
parent | 5c3024d2c1d4c4f141d8364d487604f70678792a (diff) | |
download | gdb-576a6e4d1d1ac2c5b7e44830d3328ae8723fcb06.zip gdb-576a6e4d1d1ac2c5b7e44830d3328ae8723fcb06.tar.gz gdb-576a6e4d1d1ac2c5b7e44830d3328ae8723fcb06.tar.bz2 |
Fix spelling in comments in C source files (gprof)
* basic_blocks.c: Fix spelling in comments.
* cg_arcs.c: Fix spelling in comments.
* cg_print.c: Fix spelling in comments.
* corefile.c: Fix spelling in comments.
Diffstat (limited to 'gprof/basic_blocks.c')
-rw-r--r-- | gprof/basic_blocks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/basic_blocks.c b/gprof/basic_blocks.c index a588b2e..4e29599 100644 --- a/gprof/basic_blocks.c +++ b/gprof/basic_blocks.c @@ -311,7 +311,7 @@ print_exec_counts (void) line of a file in sequential order. Global variable bb_annotate_all_lines enables execution count - compression (counts are supressed if identical to the last one) + compression (counts are suppressed if identical to the last one) and prints counts on all executed lines. Otherwise, print all basic-block execution counts exactly once on the line that starts the basic-block. */ |