aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.def
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2000-08-30 10:20:22 +0000
committerJason Merrill <jason@redhat.com>2000-08-30 10:20:22 +0000
commitf608337c6eb491d7513d0ae49724e9741d9593a1 (patch)
tree917be8ddd75ff5ff59f5190b335997052de645e0 /gcc/cp/cp-tree.def
parentae3bf4b2a6e14f7c9978ec21d45014512a6a6d39 (diff)
typos
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@36062 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/cp-tree.def')
-rw-r--r--gcc/cp/cp-tree.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/cp-tree.def b/gcc/cp/cp-tree.def
index 1c4d8603fb8..71edb203f90 100644
--- a/gcc/cp/cp-tree.def
+++ b/gcc/cp/cp-tree.def
@@ -219,7 +219,7 @@ DEFTREECODE (PSEUDO_DTOR_EXPR, "pseudo_dtor_expr", 'e', 3)
function. */
DEFTREECODE (SUBOBJECT, "subobject", 'e', 1)
/* An CTOR_STMT marks the beginning (if CTOR_BEGIN_P holds) or end of
- a contstructor (if CTOR_END_P) holds. At the end of a constructor,
+ a constructor (if CTOR_END_P) holds. At the end of a constructor,
the cleanups associated with any SUBOBJECT_CLEANUPS need no longer
be run. */
DEFTREECODE (CTOR_STMT, "ctor_stmt", 'e', 0)