diff options
Diffstat (limited to 'gcc/predict.c')
-rw-r--r-- | gcc/predict.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/predict.c b/gcc/predict.c index e865a62..d28e515 100644 --- a/gcc/predict.c +++ b/gcc/predict.c @@ -1601,7 +1601,7 @@ estimate_loops_at_level (struct loop *first_loop) } } -/* Propates frequencies through structure of loops. */ +/* Propagates frequencies through structure of loops. */ static void estimate_loops (void) |