diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-14 12:21:44 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-14 12:21:44 +0000 |
commit | 8e3c61c5775fabd1e49fb3d4e80ea4a9cb0ab24c (patch) | |
tree | 87f623cf4d9d9f6974f9edb301690b2d3b490943 /gcc/lambda.h | |
parent | 0e40b5f29a85e04a5243db74bfc63e3935361645 (diff) | |
download | gcc-8e3c61c5775fabd1e49fb3d4e80ea4a9cb0ab24c.zip gcc-8e3c61c5775fabd1e49fb3d4e80ea4a9cb0ab24c.tar.gz gcc-8e3c61c5775fabd1e49fb3d4e80ea4a9cb0ab24c.tar.bz2 |
cgraph.h, [...]: Fix comment typos.
* cgraph.h, cgraphunit.c, fold-const.c, lambda-mat.c,
lambda.h, profile.c, tree-optimize.c, tree-sra.c, vec.h: Fix
comment typos. Follow spelling conventions.
From-SVN: r87490
Diffstat (limited to 'gcc/lambda.h')
-rw-r--r-- | gcc/lambda.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lambda.h b/gcc/lambda.h index ec48ea4..36a9664 100644 --- a/gcc/lambda.h +++ b/gcc/lambda.h @@ -282,7 +282,7 @@ lambda_vector_equal (lambda_vector vec1, lambda_vector vec2, int size) return true; } -/* Return the minimum non-zero element in vector VEC1 between START and N. +/* Return the minimum nonzero element in vector VEC1 between START and N. We must have START <= N. */ static inline int |