Fix spelling in comments in C source files (gprof)
authorAmbrogino Modigliani <ambrogino.modigliani@gmail.com>
Fri, 25 Nov 2016 20:01:43 +0000 (21:01 +0100)
committerAlan Modra <amodra@gmail.com>
Sun, 27 Nov 2016 04:34:01 +0000 (15:04 +1030)
* 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.

gprof/ChangeLog
gprof/basic_blocks.c
gprof/cg_arcs.c
gprof/cg_print.c
gprof/corefile.c

index 9079a4ba2bf898b2e0ca443c8fd49e47cf431919..1459ea7e8ed83d17b60f702172783429deb7a99f 100644 (file)
@@ -1,3 +1,10 @@
+2016-11-27  Ambrogino Modigliani  <ambrogino.modigliani@gmail.com>
+
+       * 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.
+
 2016-11-22  Ambrogino Modigliani  <ambrogino.modigliani@gmail.com>
 
         * configure: Regenerate.
index a588b2ec651e9bcfb536c9e0ccd70588785b23e4..4e29599e5f223367661a9c2ec008b40ec8f129b5 100644 (file)
@@ -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.  */
index c51137d75a27ce1c7cd3f5715ed6cb7b00ce2bc7..fefe4b837c45bcbf4ffdc2fb79fa560d2f7110b5 100644 (file)
@@ -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)
index 77a0c4c13370c5b1c63241ce3e3fd247bbe49b47..e01bdcbb22d104084d27af8c2698341b6aa9df5e 100644 (file)
@@ -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;
 
index 87de7bc67e204ec1f215b40a21c9cc9d55c03d5d..c9ec4908c9fc7fbda0b60d860e0d3ed0cc05c266 100644 (file)
@@ -847,7 +847,7 @@ core_create_line_syms (void)
      The old way called symtab_finalize before the is_static pass,
      causing a problem since symtab_finalize uses is_static as part of
      its address conflict resolution algorithm.  Since global symbols
-     were prefered over static symbols, and all line symbols were
+     were preferred over static symbols, and all line symbols were
      global at that point, static function names that conflicted with
      their own line numbers (static, but labeled as global) were
      rejected in favor of the line num.
This page took 0.043946 seconds and 4 git commands to generate.