diff options
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r-- | gcc/stmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c index 80170020276..7c185e700b5 100644 --- a/gcc/stmt.c +++ b/gcc/stmt.c @@ -3037,7 +3037,7 @@ expand_null_return () /* If this function was declared to return a value, but we didn't, clobber the return registers so that they are not - propogated live to the rest of the function. */ + propagated live to the rest of the function. */ clobber_return_register (); expand_null_return_1 (last_insn); |