diff options
Diffstat (limited to 'gcc/lambda-code.c')
-rw-r--r-- | gcc/lambda-code.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lambda-code.c b/gcc/lambda-code.c index f438fb6e27c..f780da57754 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, |