diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index e7bf59f5a14bfedda1107f3e162f465eec3e8e82..a2f8b8aafcf87050aaf9de19b9d9d562600e3580 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +2006-10-29 Kazu Hirata <kazu@codesourcery.com> + + * decl.c: Fix a comment typo. + 2006-10-28 Andrew Pinski <andrew_pinski@playstation.sony.com> PR C++/29295 diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index 17b209a1f14a87ee3ef02a369c907c38b7bd0d20..51a1bc9659eb13f98e28088315d74c8fc33b59d8 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -9740,7 +9740,7 @@ xref_tag_from_type (tree old, tree id, tag_scope scope) access_* node, and the TREE_VALUE is the type of the base-class. Non-NULL TREE_TYPE indicates virtual inheritance. - Returns true if the binfo heirarchy was successfully created, + Returns true if the binfo hierarchy was successfully created, false if an error was detected. */ bool