From 9688c3b862d15c475e4f2c91b93142d346583378 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 23 Sep 2004 11:03:18 +0000 Subject: [PATCH] * parser.c: Fix a comment typo. From-SVN: r87940 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/parser.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 2d22a5984a4..7124c5a1cc5 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2004-09-23 Kazu Hirata + + * parser.c: Fix a comment typo. + 2004-09-23 Nathan Sidwell PR c++/17620 diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 9c528e763f5..543c9fa0dc3 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -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))) { -- 2.30.2