Commit bd6f7848 by Kazu Hirata Committed by Kazu Hirata

* decl.c: Fix a comment typo.

From-SVN: r118130
parent 4413d881
2006-10-29 Kazu Hirata <kazu@codesourcery.com>
* decl.c: Fix a comment typo.
2006-10-28 Andrew Pinski <andrew_pinski@playstation.sony.com> 2006-10-28 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR C++/29295 PR C++/29295
......
...@@ -9740,7 +9740,7 @@ xref_tag_from_type (tree old, tree id, tag_scope scope) ...@@ -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. access_* node, and the TREE_VALUE is the type of the base-class.
Non-NULL TREE_TYPE indicates virtual inheritance. 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. */ false if an error was detected. */
bool bool
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment