From dbf080159174614addc3bbedd0ce0d80b977f489 Mon Sep 17 00:00:00 2001 From: mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Mon, 2 Jan 2006 17:53:44 +0000 Subject: [PATCH] * decl2.c (mark_used): Fix typo in comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@109239 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/cp/ChangeLog | 4 ++++ gcc/cp/decl2.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index d2b4c81a74f9..a964986fce66 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2006-01-02 Mark Mitchell <mark@codesourcery.com> + + * decl2.c (mark_used): Fix typo in comment. + 2006-01-02 Volker Reichelt <reichelt@igpm.rwth-aachen.de> * parser.c (cp_parser_using_declaration): Skip name-lookup on diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index 10296a708a19..9408c8acc882 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -3233,7 +3233,7 @@ check_default_args (tree x) } } -/* Mark DECL (eithet a _DECL or a BASELINK) as "used" in the program. +/* Mark DECL (either a _DECL or a BASELINK) as "used" in the program. If DECL is a specialization or implicitly declared class member, generate the actual definition. */ -- GitLab