summaryrefslogtreecommitdiffstats
path: root/gcc/tree.def
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-06 21:09:07 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-05-06 21:09:07 +0000
commit3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092 (patch)
treee5214fcd8a05d4b329467434fcdea16f33d3ce7b /gcc/tree.def
parent0268b6e3fcd2080f0c1d198c1dec0a9f8fcf0eec (diff)
downloadppe42-gcc-3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092.tar.gz
ppe42-gcc-3398e91d3a688ea0ef2f9bf4d6cf7c2e96f6d092.zip
typo typo fixes fixes
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19601 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.def')
-rw-r--r--gcc/tree.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree.def b/gcc/tree.def
index 5e18393303b..632358b8aea 100644
--- a/gcc/tree.def
+++ b/gcc/tree.def
@@ -415,8 +415,8 @@ DEFTREECODE (TARGET_EXPR, "target_expr", 'e', 4)
Operand 0 is the condition.
Operand 1 is the then-value.
Operand 2 is the else-value.
- Operand 0 may be of any types, but the types of operands 1 and 2
- must be the same and the same as the the of this expression. */
+ Operand 0 may be of any type, but the types of operands 1 and 2
+ must be the same and the same as the type of this expression. */
DEFTREECODE (COND_EXPR, "cond_expr", 'e', 3)
/* Declare local variables, including making RTL and allocating space.
OpenPOWER on IntegriCloud