* lex.c (do_identifier): Fix typo in comment.
authorMark Mitchell <mark@markmitchell.com>
Wed, 26 Aug 1998 12:45:15 +0000 (12:45 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 26 Aug 1998 12:45:15 +0000 (12:45 +0000)
From-SVN: r22003

gcc/cp/ChangeLog
gcc/cp/lex.c

index 86ff9df2f62046e688a636794e5a459707dbf04a..78b6915041698f6de30aa037e4c04ff53ebaaf2b 100644 (file)
@@ -1,3 +1,7 @@
+1998-08-26  Mark Mitchell  <mark@markmitchell.com>
+
+       * lex.c (do_identifier): Fix typo in comment.
+
 Wed Aug 26 10:54:51 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * errfn.c: Remove stdarg.h/varargs.h.
index 36c5c74f4e82757fc01576d55b397aa1bb9a14b5..8cd3eb54c6d4bf0fdd53e46640e1283022a00103 100644 (file)
@@ -2998,7 +2998,7 @@ do_identifier (token, parsing, args)
      example, we look up all overloaded functions at
      instantiation-time, even though in some cases we should just use
      the DECL we have here.  We also use LOOKUP_EXPRs to find things
-     like local variables, rather than created TEMPLATE_DECLs for the
+     like local variables, rather than creating TEMPLATE_DECLs for the
      local variables and then finding matching instantiations.  */
   if (current_template_parms
       && (is_overloaded_fn (id)