diff options
Diffstat (limited to 'gcc/cfglayout.c')
-rw-r--r-- | gcc/cfglayout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfglayout.c b/gcc/cfglayout.c index 896eda6..5c2ee08 100644 --- a/gcc/cfglayout.c +++ b/gcc/cfglayout.c @@ -85,7 +85,7 @@ typedef struct /* Holds the interesting trailing notes for the function. */ static rtx function_tail_eff_head; -/* The scope forst of current function. */ +/* The scope forest of current function. */ static scope_forest_info forest; static rtx skip_insns_after_block PARAMS ((basic_block)); |