From: Luca Heltai Date: Thu, 22 Dec 2022 08:14:28 +0000 (+0100) Subject: Apply suggestions from code review. Documentation part. X-Git-Tag: v9.5.0-rc1~621^2~8 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=456efd5ea7d4b88dfa20b7b6b6957243806c4777;p=dealii.git Apply suggestions from code review. Documentation part. Co-authored-by: David Wells --- diff --git a/include/deal.II/lac/petsc_block_vector.h b/include/deal.II/lac/petsc_block_vector.h index 299c13c6e5..b6ca5f8043 100644 --- a/include/deal.II/lac/petsc_block_vector.h +++ b/include/deal.II/lac/petsc_block_vector.h @@ -155,7 +155,7 @@ namespace PETScWrappers operator=(const BlockVector &V); /** - * This method assignes the PETSc Vec to the instance of the class. + * This method assigns the PETSc Vec to the instance of the class. * */ void diff --git a/include/deal.II/lac/petsc_vector_base.h b/include/deal.II/lac/petsc_vector_base.h index c97d89e7fc..4e69a3a3f4 100644 --- a/include/deal.II/lac/petsc_vector_base.h +++ b/include/deal.II/lac/petsc_vector_base.h @@ -328,9 +328,9 @@ namespace PETScWrappers operator=(const PetscScalar s); /** - * This method assignes the PETSc Vec to the instance of the class. - * This is particularly useful when performing PETSc to Deal.II operations - * since it allows to reuse the Deal.II VectorBase and the PETSc Vec + * This method assigns the PETSc Vec to the instance of the class. + * This is particularly useful when performing PETSc to deal.II operations + * since it allows one to reuse the VectorBase and the PETSc Vec * without incurring in memory copies. */ void