diff options
Diffstat (limited to 'gcc/function.c')
-rw-r--r-- | gcc/function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c index bd76c5cd1e1..0251fe3df15 100644 --- a/gcc/function.c +++ b/gcc/function.c @@ -6342,7 +6342,7 @@ allocate_struct_function (tree fndecl) } /* Reset cfun, and other non-struct-function variables to defaults as - appropriate for emiiting rtl at the start of a function. */ + appropriate for emitting rtl at the start of a function. */ static void prepare_function_start (tree fndecl) |