From 0bb2fa2896f01ba1ee2daf8cf28db687e70c3ef3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 12 Jan 2011 14:36:08 +0000 Subject: [PATCH] Fix grammar. git-svn-id: https://svn.dealii.org/trunk@23179 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/filtered_matrix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/lac/filtered_matrix.h b/deal.II/include/deal.II/lac/filtered_matrix.h index 2bc9a6697f..189955b9f3 100644 --- a/deal.II/include/deal.II/lac/filtered_matrix.h +++ b/deal.II/include/deal.II/lac/filtered_matrix.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by the deal.II authors +// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -107,7 +107,7 @@ template class FilteredMatrixBlock; * While this is a feasible method in cases where only * one solution of the linear system is required, for example in * solving linear stationary systems, one would often like to have the - * ability to solve multiply with the same matrix in nonlinear + * ability to solve multiple times with the same matrix in nonlinear * problems (where one often does not want to update the Hessian * between Newton steps, despite having different right hand sides in * subsequent steps) or time dependent problems, without having to -- 2.39.5