]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/predict.c
c-typeck.c: Fix comment typos.
[thirdparty/gcc.git] / gcc / predict.c
index 71cab30b6056777fa3193f33ff01831ce834c1f7..2f907027fb9fa5543456e0bb5e7deaa3981d333e 100644 (file)
@@ -878,7 +878,7 @@ typedef struct block_info_def
   /* To keep queue of basic blocks to process.  */
   basic_block next;
 
-  /* True if block needs to be visited in prop_freqency.  */
+  /* True if block needs to be visited in propagate_freq.  */
   int tovisit:1;
 
   /* Number of predecessors we need to visit first.  */