summaryrefslogtreecommitdiff
path: root/gprof/basic_blocks.c
diff options
context:
space:
mode:
authorAmbrogino Modigliani <ambrogino.modigliani@gmail.com>2016-11-25 21:01:43 +0100
committerAlan Modra <amodra@gmail.com>2016-11-27 15:04:01 +1030
commit576a6e4d1d1ac2c5b7e44830d3328ae8723fcb06 (patch)
tree87163e6de7a0836c0949e751af415dff527a5c00 /gprof/basic_blocks.c
parent5c3024d2c1d4c4f141d8364d487604f70678792a (diff)
downloadbinutils-gdb-576a6e4d1d1ac2c5b7e44830d3328ae8723fcb06.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/basic_blocks.c b/gprof/basic_blocks.c
index a588b2ec651..4e29599e5f2 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. */