diff options
author | Mark Mitchell <mark@codesourcery.com> | 2006-01-02 17:53:44 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2006-01-02 17:53:44 +0000 |
commit | 520c3081284ab9b4dede6feacdd4c9a7babe3806 (patch) | |
tree | 6a4a7d49476cf200e9544a36c1dde817cdd2a1c2 /gcc | |
parent | 56f42830e2eefc2b7a7f9396cd38adf4947fefe5 (diff) | |
download | gcc-520c3081284ab9b4dede6feacdd4c9a7babe3806.zip gcc-520c3081284ab9b4dede6feacdd4c9a7babe3806.tar.gz gcc-520c3081284ab9b4dede6feacdd4c9a7babe3806.tar.bz2 |
* decl2.c (mark_used): Fix typo in comment.
From-SVN: r109239
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/cp/decl2.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index d2b4c81..a964986 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 10296a7..9408c8a 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. */ |