From: Timo Heister Date: Thu, 31 Jan 2013 19:41:11 +0000 (+0000) Subject: fix typos. X-Git-Tag: v8.0.0~120^2~95 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72b663814a6f4ebb52d6fc3bce68c292986be7a4;p=dealii.git fix typos. git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@28202 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/petsc_matrix_free.h b/deal.II/include/deal.II/lac/petsc_matrix_free.h index 2eec3536b7..7f0c04c1d6 100644 --- a/deal.II/include/deal.II/lac/petsc_matrix_free.h +++ b/deal.II/include/deal.II/lac/petsc_matrix_free.h @@ -34,14 +34,14 @@ namespace PETScWrappers * Implementation of a parallel matrix class based on PETSc MatShell matrix-type. * This base class implements only the interface to the PETSc matrix object, * while all the functionality is contained in the matrix-vector - * multiplication which must be reimplmented in derived classes. + * multiplication which must be reimplemented in derived classes. * * This interface is an addition to the dealii::MatrixFree class to realize * user-defined matrix-classes together with PETSc solvers and functionalities. * See also the documentation of dealii::MatrixFree class and step-37 and step-48. * * Similar to other matrix classes in namespaces PETScWrappers and PETScWrappers::MPI, - * the MatrxiFree class provides the usual matrix-vector multiplication + * the MatrixFree class provides the usual matrix-vector multiplication * vmult(VectorBase &dst, const VectorBase &src) * which is pure virtual and must be reimplemented in derived classes. * Besides the usual interface, this class has a matrix-vector multiplication