diff options
Diffstat (limited to 'gcc/cfgexpand.c')
-rw-r--r-- | gcc/cfgexpand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c index 68fd109..d4456e3 100644 --- a/gcc/cfgexpand.c +++ b/gcc/cfgexpand.c @@ -606,7 +606,7 @@ defer_stack_allocation (tree var, bool toplevel) } /* A subroutine of expand_used_vars. Expand one variable according to - its flavour. Variables to be placed on the stack are not actually + its flavor. Variables to be placed on the stack are not actually expanded yet, merely recorded. */ static void |