fix typo
authorJason Merrill <jason@gcc.gnu.org>
Fri, 23 Nov 2001 19:00:14 +0000 (14:00 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 23 Nov 2001 19:00:14 +0000 (14:00 -0500)
From-SVN: r47293

gcc/cp/semantics.c

index edd676be3684819337f39f3460d57ab2bb56c8a3..2a31da0ef2e62938f5afa16f5609374dec5018ab 100644 (file)
@@ -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))