From 83662e2ba9931cd0ba70377c6a9f2b1bd73ae6b8 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 23 Nov 2001 14:00:14 -0500 Subject: [PATCH] fix typo From-SVN: r47293 --- gcc/cp/semantics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cp/semantics.c b/gcc/cp/semantics.c index edd676be368..2a31da0ef2e 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)) -- 2.30.2