aboutsummaryrefslogtreecommitdiff
path: root/gcc/lambda-code.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-17 09:14:12 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-17 09:14:12 +0000
commitb01d837fa2551257b38de18320be91ccfb93380c (patch)
tree6f55e8ca1d5f6104ec983d20bd985efb5e4b87c4 /gcc/lambda-code.c
parentee19761de757468f820e140b1364a07c304ffc32 (diff)
downloadgcc-b01d837fa2551257b38de18320be91ccfb93380c.zip
gcc-b01d837fa2551257b38de18320be91ccfb93380c.tar.gz
gcc-b01d837fa2551257b38de18320be91ccfb93380c.tar.bz2
basic-block.h, [...]: Fix comment typos.
* basic-block.h, c-decl.c, c-parse.in, cgraphunit.c, ddg.c, gimplify.c, lambda-code.c, optabs.c, predict.c, tree-scalar-evolution.c, tree-sra.c, tree-ssa-loop-ch.c, tree-ssa.c, vec.h: Fix comment typos. Follow spelling conventions. From-SVN: r87637
Diffstat (limited to 'gcc/lambda-code.c')
-rw-r--r--gcc/lambda-code.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lambda-code.c b/gcc/lambda-code.c
index f438fb6..f780da5 100644
--- a/gcc/lambda-code.c
+++ b/gcc/lambda-code.c
@@ -1932,7 +1932,7 @@ lambda_loopnest_to_gcc_loopnest (struct loop *old_loopnest,
/* Returns true when the vector V is lexicographically positive, in
- other words, when the first non zero element is positive. */
+ other words, when the first nonzero element is positive. */
static bool
lambda_vector_lexico_pos (lambda_vector v,