From: Timo Heister Date: Thu, 3 Feb 2022 18:52:04 +0000 (-0500) Subject: Update include/deal.II/lac/precondition.h X-Git-Tag: v9.4.0-rc1~528^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13334%2Fhead;p=dealii.git Update include/deal.II/lac/precondition.h Co-authored-by: Daniel Arndt --- diff --git a/include/deal.II/lac/precondition.h b/include/deal.II/lac/precondition.h index 2b6ee9a791..aa5d9ba34c 100644 --- a/include/deal.II/lac/precondition.h +++ b/include/deal.II/lac/precondition.h @@ -62,10 +62,10 @@ namespace LinearAlgebra /** - * This preconditioner implements the indentity operator. + * This preconditioner implements the identity operator. * This class can be used you if you want to use a linear * solver without preconditioning, because all linear solvers - * require usage of a preconditioner. + * require the usage of a preconditioner. * * It can be used in the following way: *