OSDN Git Service

* decl.c: Fix a comment typo.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Oct 2006 04:38:03 +0000 (04:38 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 29 Oct 2006 04:38:03 +0000 (04:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118130 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/decl.c

index e7bf59f..a2f8b8a 100644 (file)
@@ -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
index 17b209a..51a1bc9 100644 (file)
@@ -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