* decl2.c (mark_used): Fix typo in comment.

From-SVN: r109239
This commit is contained in:
Mark Mitchell 2006-01-02 17:53:44 +00:00 committed by Mark Mitchell
parent 56f42830e2
commit 520c308128
2 changed files with 5 additions and 1 deletions

View File

@ -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> 2006-01-02 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
* parser.c (cp_parser_using_declaration): Skip name-lookup on * parser.c (cp_parser_using_declaration): Skip name-lookup on

View File

@ -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, If DECL is a specialization or implicitly declared class member,
generate the actual definition. */ generate the actual definition. */