diff options
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 |