From: Timo Heister Date: Thu, 24 Oct 2019 08:00:14 +0000 (+0200) Subject: fix typos in comments X-Git-Tag: v9.2.0-rc1~948^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8954%2Fhead;p=dealii.git fix typos in comments nothing else. --- diff --git a/source/base/mpi.cc b/source/base/mpi.cc index 32bde89b6c..524c164e53 100644 --- a/source/base/mpi.cc +++ b/source/base/mpi.cc @@ -853,7 +853,7 @@ namespace Utilities const std::vector &, std::vector &) { - // noting to do + // nothing to do } @@ -863,7 +863,7 @@ namespace Utilities ConsensusAlgorithmProcess::pack_recv_buffer(const int, std::vector &) { - // noting to do + // nothing to do } @@ -873,7 +873,7 @@ namespace Utilities ConsensusAlgorithmProcess::prepare_recv_buffer(const int, std::vector &) { - // noting to do + // nothing to do } @@ -884,7 +884,7 @@ namespace Utilities const int, const std::vector &) { - // noting to do + // nothing to do }