aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2001-11-23 14:00:14 -0500
committerJason Merrill <jason@gcc.gnu.org>2001-11-23 14:00:14 -0500
commit83662e2ba9931cd0ba70377c6a9f2b1bd73ae6b8 (patch)
treeb25bc8907f66c759f766d32d86b91d8d6804ea4c
parentafb0141fbd16bcaa9e3aaa9dee2f64e4449a028e (diff)
downloadgcc-83662e2ba9931cd0ba70377c6a9f2b1bd73ae6b8.zip
gcc-83662e2ba9931cd0ba70377c6a9f2b1bd73ae6b8.tar.gz
gcc-83662e2ba9931cd0ba70377c6a9f2b1bd73ae6b8.tar.bz2
fix typo
From-SVN: r47293
-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))