]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* decl2.c (mark_used): Fix typo in comment.
authorMark Mitchell <mark@codesourcery.com>
Mon, 2 Jan 2006 17:53:44 +0000 (17:53 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 2 Jan 2006 17:53:44 +0000 (17:53 +0000)
From-SVN: r109239

gcc/cp/ChangeLog
gcc/cp/decl2.c

index d2b4c81a74f9a5c9b4904fcadf7fe43400520b52..a964986fce668a8a9a2b8d0a24c615706b017a6e 100644 (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>
 
        * parser.c (cp_parser_using_declaration): Skip name-lookup on
index 10296a708a1945e126cc656b372c830c203998b1..9408c8acc8827aa3c5cd7d542eaaa649c37c5e91 100644 (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,
    generate the actual definition.  */