aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.c b/gcc/function.c
index e24874b..c17a04a 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -6802,7 +6802,7 @@ expand_function_end (filename, line, end_bindings)
emit_line_note_force (filename, line);
/* Before the return label (if any), clobber the return
- registers so that they are not propogated live to the rest of
+ registers so that they are not propagated live to the rest of
the function. This can only happen with functions that drop
through; if there had been a return statement, there would
have either been a return rtx, or a jump to the return label.