diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-04-01 14:36:37 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-04-01 14:36:37 +0000 |
commit | 830113fd7b66e2003dd1d6c7d4f9d6bcb809a469 (patch) | |
tree | bb8069991fe0d464d3ab57a7480539813f81726c /gcc/fold-const.c | |
parent | b5e624c6dc2cfbc1bc41fc4f4b70a320f0f0cadb (diff) | |
download | gcc-830113fd7b66e2003dd1d6c7d4f9d6bcb809a469.zip gcc-830113fd7b66e2003dd1d6c7d4f9d6bcb809a469.tar.gz gcc-830113fd7b66e2003dd1d6c7d4f9d6bcb809a469.tar.bz2 |
* bb-reorder.c, fold-const.c, varasm.c: Fix comment typos.
From-SVN: r97395
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 4ac921b..c224257 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -10177,7 +10177,7 @@ fold_checksum_tree (tree expr, struct md5_ctx *ctx, htab_t ht) #endif /* Fold a unary tree expression with code CODE of type TYPE with an - operand OP0. Return a folded expresion if successful. Otherwise, + operand OP0. Return a folded expression if successful. Otherwise, return a tree expression with code CODE of type TYPE with an operand OP0. */ @@ -10192,7 +10192,7 @@ fold_build1 (enum tree_code code, tree type, tree op0) } /* Fold a binary tree expression with code CODE of type TYPE with - operands OP0 and OP1. Return a folded expresion if successful. + operands OP0 and OP1. Return a folded expression if successful. Otherwise, return a tree expression with code CODE of type TYPE with operands OP0 and OP1. */ @@ -10207,7 +10207,7 @@ fold_build2 (enum tree_code code, tree type, tree op0, tree op1) } /* Fold a ternary tree expression with code CODE of type TYPE with - operands OP0, OP1, and OP2. Return a folded expresion if + operands OP0, OP1, and OP2. Return a folded expression if successful. Otherwise, return a tree expression with code CODE of type TYPE with operands OP0, OP1, and OP2. */ |