aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/cp/semantics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c
index edd676b..2a31da0 100644
--- a/gcc/cp/semantics.c
+++ b/gcc/cp/semantics.c
@@ -2471,7 +2471,7 @@ expand_body (fn)
/* If FN is external, then there's no point in generating RTL for
it. This situation can arise with an inline function under
- `-fexternal-tempaltes'; we instantiate the function, even though
+ `-fexternal-templates'; we instantiate the function, even though
we're not planning on emitting it, in case we get a chance to
inline it. */
if (DECL_EXTERNAL (fn))