From 456efd5ea7d4b88dfa20b7b6b6957243806c4777 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Thu, 22 Dec 2022 09:14:28 +0100 Subject: [PATCH] Apply suggestions from code review. Documentation part. Co-authored-by: David Wells --- include/deal.II/lac/petsc_block_vector.h | 2 +- include/deal.II/lac/petsc_vector_base.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.5