From: kronbichler <kronbichler@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Wed, 5 Mar 2008 14:47:55 +0000 (+0000)
Subject: Small changes in comments.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc75939bb35cd49abe28788609f029fa63cebad8;p=dealii-svn.git

Small changes in comments.

git-svn-id: https://svn.dealii.org/trunk@15857 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/examples/step-22/step-22.cc b/deal.II/examples/step-22/step-22.cc
index fa91fed973..a2d1d070ce 100644
--- a/deal.II/examples/step-22/step-22.cc
+++ b/deal.II/examples/step-22/step-22.cc
@@ -349,8 +349,8 @@ InverseMatrix<Matrix,Preconditioner>::InverseMatrix (const Matrix &m,
 				 // only use this class as a
 				 // preconditioner for the Schur
 				 // complement, but also when forming
-				 // the inverse of the Laplace matrix
-				 // - which has to be accurate in
+				 // the inverse of the Laplace matrix -
+				 // which needs to be accurate in
 				 // order to obtain a solution to the
 				 // right problem.
 template <class Matrix, class Preconditioner>
@@ -622,8 +622,8 @@ void StokesProblem<dim>::setup_dofs ()
 				   // CompressedSparsityPattern (or
 				   // the block version
 				   // BlockCompressedSparsityPattern
-				   // we would use here) turns out to
-				   // have a bottleneck that makes the
+				   // we would use here)
+				   // has a bottleneck that makes the
 				   // algorithm to build the sparsity
 				   // pattern be quadratic in the
 				   // number of degrees of