From dae2d6346f5ac51c2b0f3e91abeceb7f76ec233c Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 14 Jun 2010 15:25:55 +0000 Subject: [PATCH] Fix a couple misspellings. git-svn-id: https://svn.dealii.org/trunk@21205 0785d39b-7218-0410-832d-ea1e28bc413d --- .../lac/include/lac/petsc_parallel_vector.h | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/deal.II/lac/include/lac/petsc_parallel_vector.h b/deal.II/lac/include/lac/petsc_parallel_vector.h index 337f94429e..bfec7d151a 100644 --- a/deal.II/lac/include/lac/petsc_parallel_vector.h +++ b/deal.II/lac/include/lac/petsc_parallel_vector.h @@ -236,15 +236,16 @@ namespace PETScWrappers * the global size of the vector is * determined by local.size(). The * global indices in @p ghost are - * sluppied as ghost indices that can - * also be read locally. Note that - * the @p ghost IndexSet may be empty - * and that any indices already - * contained in @p local are ignored - * during construction. That way you - * can construct with - * locally_relevent_dofs() for - * example. + * supplied as ghost indices that can + * also be read locally. + * + * Note that the @p ghost IndexSet + * may be empty and that any indices + * already contained in @p local are + * ignored during construction. That + * way, the ghost parameter can equal + * the set of locally relevant + * degrees of freedom, see step-32. */ explicit Vector (const MPI_Comm &communicator, const IndexSet & local, -- 2.39.5