diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-04-29 15:39:12 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-04-29 15:39:12 +0000 |
commit | 2b8a92de97e0f6f528dff536742a2a6cf89355b5 (patch) | |
tree | 6c0fb333200e6a04c7e72f1b30ce293bef0d3d4c /gcc/fold-const.c | |
parent | 8fd583973e51d76536f33d0d57120bf69e43f408 (diff) | |
download | gcc-2b8a92de97e0f6f528dff536742a2a6cf89355b5.zip gcc-2b8a92de97e0f6f528dff536742a2a6cf89355b5.tar.gz gcc-2b8a92de97e0f6f528dff536742a2a6cf89355b5.tar.bz2 |
builtins.c, [...]: Fix comment typos.
* builtins.c, cgraph.c, cgraphunit.c, final.c, fold-const.c:
Fix comment typos.
From-SVN: r81291
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 57ae918..e2a1ffb 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -4806,7 +4806,7 @@ count_cond (tree expr, int lim) expression, and ARG to `a'. If COND_FIRST_P is nonzero, then the COND is the first argument to CODE; otherwise (as in the example given here), it is the second argument. TYPE is the type of the - original expression. Return NULL_TREE if no simplication is + original expression. Return NULL_TREE if no simplification is possible. */ static tree |