This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] cp/decl.c: Fix a comment typo.


Hi,

Committed as obvious.

Kazu Hirata

2006-10-29  Kazu Hirata  <kazu@codesourcery.com>

	* decl.c: Fix a comment typo.

Index: decl.c
===================================================================
--- decl.c	(revision 118129)
+++ decl.c	(working copy)
@@ -9740,7 +9740,7 @@ xref_tag_from_type (tree old, tree id, t
    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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]