diff options
Diffstat (limited to 'gcc/cfgloop.c')
-rw-r--r-- | gcc/cfgloop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgloop.c b/gcc/cfgloop.c index d8b5b4d46fb..cabd2f22299 100644 --- a/gcc/cfgloop.c +++ b/gcc/cfgloop.c @@ -559,7 +559,7 @@ flow_loop_level_compute (loop, depth) } /* Compute the loop nesting depth and enclosed loop level for the loop - hierarchy tree specfied by LOOPS. Return the maximum enclosed loop + hierarchy tree specified by LOOPS. Return the maximum enclosed loop level. */ static int |