summaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.def
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-30 10:20:22 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2000-08-30 10:20:22 +0000
commit1f0fd02e78961725ba4759996cc62cb3a5ad0515 (patch)
tree917be8ddd75ff5ff59f5190b335997052de645e0 /gcc/cp/cp-tree.def
parent2829f12b0a4b28b90534874fc8b8c68e847ea945 (diff)
downloadgcc-1f0fd02e78961725ba4759996cc62cb3a5ad0515.tar.gz
typos
git-svn-id: svn+ssh://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)