diff options
Diffstat (limited to 'gcc/gimplify.c')
-rw-r--r-- | gcc/gimplify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c index d7f1f82..0c672e8 100644 --- a/gcc/gimplify.c +++ b/gcc/gimplify.c @@ -2811,7 +2811,7 @@ shortcut_cond_r (tree pred, tree *true_label_p, tree *false_label_p, /* Given a conditional expression EXPR with short-circuit boolean predicates using TRUTH_ANDIF_EXPR or TRUTH_ORIF_EXPR, break the - predicate appart into the equivalent sequence of conditionals. */ + predicate apart into the equivalent sequence of conditionals. */ static tree shortcut_cond_expr (tree expr) |