summaryrefslogtreecommitdiff
path: root/gcc/cp/class.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-13 04:28:50 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-12-13 04:28:50 +0000
commita5268b2fee6510d614355aed3a48510c7da7d119 (patch)
treef521d7be1d804447e80f04f0b601f0f388e85ee5 /gcc/cp/class.c
parentc7bf1374eab287829a08f0ea9de1a89272473a44 (diff)
downloadgcc-a5268b2fee6510d614355aed3a48510c7da7d119.tar.gz
* ChangeLog: Fix typos.
* ChangeLog.1: Likewise. * ChangeLog.2: Likewise. * call.c: Fix comment typos. * class.c: Likewise. * cxx-pretty-print.c: Likewise. * mangle.c: Likewise. * parser.c: Likewise. * pt.c: Likewise. * tree.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74595 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/class.c')
-rw-r--r--gcc/cp/class.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/class.c b/gcc/cp/class.c
index ff615fe2c3b..2da8f8d5659 100644
--- a/gcc/cp/class.c
+++ b/gcc/cp/class.c
@@ -6617,7 +6617,7 @@ dump_class_hierarchy_1 (FILE *stream, int flags, tree t)
fprintf (stream, "\n");
}
-/* Debug interface to heirarchy dumping. */
+/* Debug interface to hierarchy dumping. */
extern void
debug_class (tree t)