aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-complex.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-complex.c')
-rw-r--r--gcc/tree-complex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-complex.c b/gcc/tree-complex.c
index d43172b..5caba01 100644
--- a/gcc/tree-complex.c
+++ b/gcc/tree-complex.c
@@ -1472,7 +1472,7 @@ expand_complex_operations_1 (gimple_stmt_iterator *gsi)
case EQ_EXPR:
case NE_EXPR:
/* Note, both GIMPLE_ASSIGN and GIMPLE_COND may have an EQ_EXPR
- subocde, so we need to access the operands using gimple_op. */
+ subcode, so we need to access the operands using gimple_op. */
inner_type = TREE_TYPE (gimple_op (stmt, 1));
if (TREE_CODE (inner_type) != COMPLEX_TYPE)
return;