aboutsummaryrefslogtreecommitdiff
path: root/gprof/cg_arcs.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/cg_arcs.c
parent5c3024d2c1d4c4f141d8364d487604f70678792a (diff)
downloadgdb-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_arcs.c')
-rw-r--r--gprof/cg_arcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/cg_arcs.c b/gprof/cg_arcs.c
index c51137d..fefe4b8 100644
--- a/gprof/cg_arcs.c
+++ b/gprof/cg_arcs.c
@@ -660,7 +660,7 @@ cg_assemble (void)
fractions. */
propagate_flags (top_sorted_syms);
- /* Starting from the topological bottom, propogate children times
+ /* Starting from the topological bottom, propagate children times
up to parents. */
cycle_time ();
for (sym_index = 0; sym_index < symtab.len; ++sym_index)