aboutsummaryrefslogtreecommitdiff
path: root/gcc/lambda-mat.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-09-14 12:21:44 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-09-14 12:21:44 +0000
commit8e3c61c5775fabd1e49fb3d4e80ea4a9cb0ab24c (patch)
tree87f623cf4d9d9f6974f9edb301690b2d3b490943 /gcc/lambda-mat.c
parent0e40b5f29a85e04a5243db74bfc63e3935361645 (diff)
downloadgcc-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-mat.c')
-rw-r--r--gcc/lambda-mat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/lambda-mat.c b/gcc/lambda-mat.c
index 4734dc2..16fd65e 100644
--- a/gcc/lambda-mat.c
+++ b/gcc/lambda-mat.c
@@ -441,7 +441,7 @@ lambda_matrix_hermite (lambda_matrix mat, int n,
}
}
- /* Stop when only the diagonal element is non-zero. */
+ /* Stop when only the diagonal element is nonzero. */
while (lambda_vector_first_nz (row, n, j + 1) < n)
{
minimum_col = lambda_vector_min_nz (row, n, j);
@@ -548,7 +548,7 @@ lambda_matrix_left_hermite (lambda_matrix A, int m, int n,
}
}
-/* When it exists, return the first non-zero row in MAT after row
+/* When it exists, return the first nonzero row in MAT after row
STARTROW. Otherwise return rowsize. */
int