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/cg_print.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/cg_print.c')
-rw-r--r-- | gprof/cg_print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/cg_print.c b/gprof/cg_print.c index 77a0c4c..e01bdcb 100644 --- a/gprof/cg_print.c +++ b/gprof/cg_print.c @@ -847,7 +847,7 @@ cg_print_function_ordering (void) tmp_arcs_count += arcs[arc_index]->count; /* Count how many times each parent and child are used up - to our threshhold of arcs (90%). */ + to our threshold of arcs (90%). */ if ((double)tmp_arcs_count / (double)total_arcs > 0.90) break; |