OSDN Git Service

* parser.c: Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Sep 2004 11:03:18 +0000 (11:03 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 23 Sep 2004 11:03:18 +0000 (11:03 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87940 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/parser.c

index 2d22a59..7124c5a 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-23  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * parser.c: Fix a comment typo.
+
 2004-09-23  Nathan Sidwell  <nathan@codesourcery.com>
 
        PR c++/17620
index 9c528e7..543c9fa 100644 (file)
@@ -2446,7 +2446,7 @@ cp_parser_string_literal (cp_parser *parser, bool translate, bool wide_ok)
       return error_mark_node;
     }
 
-  /* Try to avoid the overhead of creating and destroying an obstac
+  /* Try to avoid the overhead of creating and destroying an obstack
      for the common case of just one string.  */
   if (!cp_parser_is_string_literal (cp_lexer_peek_nth_token (parser->lexer, 2)))
     {