aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2006-10-29 04:38:03 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2006-10-29 04:38:03 +0000
commitbd6f7848eedd7bddb9e878ea506695f90688d3b0 (patch)
treee1b49d3f92355fa8b7871732edfc04fe72975b07 /gcc/cp
parent4413d881d03be475aab1891d66081ed54e042b73 (diff)
downloadgcc-bd6f7848eedd7bddb9e878ea506695f90688d3b0.zip
gcc-bd6f7848eedd7bddb9e878ea506695f90688d3b0.tar.gz
gcc-bd6f7848eedd7bddb9e878ea506695f90688d3b0.tar.bz2
* decl.c: Fix a comment typo.
From-SVN: r118130
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog4
-rw-r--r--gcc/cp/decl.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index e7bf59f..a2f8b8a 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 17b209a..51a1bc9 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