aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r--gcc/tree-inline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c
index 106e07a..073c1c7 100644
--- a/gcc/tree-inline.c
+++ b/gcc/tree-inline.c
@@ -4430,7 +4430,7 @@ expand_call_inline (basic_block bb, gimple *stmt, copy_body_data *id)
if (lookup_attribute ("always_inline", DECL_ATTRIBUTES (fn))
/* For extern inline functions that get redefined we always
- silently ignored always_inline flag. Better behaviour would
+ silently ignored always_inline flag. Better behavior would
be to be able to keep both bodies and use extern inline body
for inlining, but we can't do that because frontends overwrite
the body. */