From efef3c1314a57c4223f63bde193a7e051d981879 Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 2 Jun 2003 13:55:33 +0000 Subject: [PATCH] capitalization fix. git-svn-id: https://svn.dealii.org/trunk@7720 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_sparse_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/block_sparse_matrix.h b/deal.II/lac/include/lac/block_sparse_matrix.h index 43344c46a0..7bb1230478 100644 --- a/deal.II/lac/include/lac/block_sparse_matrix.h +++ b/deal.II/lac/include/lac/block_sparse_matrix.h @@ -631,7 +631,7 @@ class BlockSparseMatrix : public Subscriptor const BlockVector &src, const number omega = 1.) const; - /* call print functions for + /* Call print functions for * the SparseMatrix blocks. */ void print_formatted (std::ostream &out, -- 2.39.5