From: Jason Merrill Date: Fri, 23 Nov 2001 19:00:14 +0000 (-0500) Subject: fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=83662e2ba9931cd0ba70377c6a9f2b1bd73ae6b8;p=gcc.git fix typo From-SVN: r47293 --- 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))