summaryrefslogtreecommitdiffstats
path: root/gcc/lambda-mat.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-25 14:36:40 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-25 14:36:40 +0000
commit778ac06acb14495e68242bc91ccc67bee4953db4 (patch)
tree5867ad91eef65934da4de107a8e9e80facc6cfd6 /gcc/lambda-mat.c
parent93d66711d8a275ab606336d68cb73aca29688838 (diff)
downloadppe42-gcc-778ac06acb14495e68242bc91ccc67bee4953db4.tar.gz
ppe42-gcc-778ac06acb14495e68242bc91ccc67bee4953db4.zip
* c-typeck.c, defaults.h, dwarf.h, dwarf2out.c, fold-const.c,
gthr-dce.h, gthr-posix.h, gthr-solaris.h, gthr-win32.h, lambda-code.c, lambda-mat.c, libgcc2.c, stmt.c, tree-ssa-pre.c, tree-vn.c, tree.h: Fix comment formatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88102 138bc75d-0d04-0410-961f-82ee72b054a4
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 8f4cbd0e485..8aa3c12a70a 100644
--- a/gcc/lambda-mat.c
+++ b/gcc/lambda-mat.c
@@ -602,9 +602,9 @@ lambda_matrix_project_to_null (lambda_matrix B, int rowsize,
lambda_matrix M1, M2, M3, I;
int determinant;
- /* compute c(I-B^T inv(B B^T) B) e sub k */
+ /* Compute c(I-B^T inv(B B^T) B) e sub k. */
- /* M1 is the transpose of B */
+ /* M1 is the transpose of B. */
M1 = lambda_matrix_new (colsize, colsize);
lambda_matrix_transpose (B, M1, rowsize, colsize);
OpenPOWER on IntegriCloud