From 60459f970e397721e92f54d093b36bcf91a5706e Mon Sep 17 00:00:00 2001 From: Felix Gruber <gruber@igpm.rwth-aachen.de> Date: Wed, 22 Jul 2015 15:09:24 +0200 Subject: [PATCH] fix typos in comments --- dune/common/bitsetvector.hh | 2 +- dune/common/parallel/indicessyncer.hh | 4 ++-- dune/common/parallel/variablesizecommunicator.hh | 2 +- dune/common/stringutility.hh | 2 +- m4/dune.m4 | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dune/common/bitsetvector.hh b/dune/common/bitsetvector.hh index 92a985462..3215b7b93 100644 --- a/dune/common/bitsetvector.hh +++ b/dune/common/bitsetvector.hh @@ -578,7 +578,7 @@ namespace Dune { private: - // get a prepresentation as value_type + //! Get a representation as value_type value_type getRepr(int i) const { value_type bits; diff --git a/dune/common/parallel/indicessyncer.hh b/dune/common/parallel/indicessyncer.hh index 8efdc6e72..07544143b 100644 --- a/dune/common/parallel/indicessyncer.hh +++ b/dune/common/parallel/indicessyncer.hh @@ -1016,7 +1016,7 @@ namespace Dune if(iterators.isAtEnd() || iterators.globalIndexPair() != globalPair) { // The entry is not yet known - // Insert in the the list and do not change the first iterator. + // Insert in the list and do not change the first iterator. iterators.insert(RemoteIndex(Attribute(attribute)),globalPair); return; } @@ -1034,7 +1034,7 @@ namespace Dune if(!indexIsThere) // The entry is not yet known - // Insert in the the list and do not change the first iterator. + // Insert in the list and do not change the first iterator. iterators.insert(RemoteIndex(Attribute(attribute)),globalPair); } diff --git a/dune/common/parallel/variablesizecommunicator.hh b/dune/common/parallel/variablesizecommunicator.hh index e92e9fca6..0fde9e4c7 100644 --- a/dune/common/parallel/variablesizecommunicator.hh +++ b/dune/common/parallel/variablesizecommunicator.hh @@ -425,7 +425,7 @@ private: template<bool forward,class DataHandle> void communicate(DataHandle& handle); /** - * @brief Initialize the the trackers along the interface for the communication. + * @brief Initialize the trackers along the interface for the communication. * @tparam FORWARD If true we send in the forward direction. * @tparam DataHandle DataHandle The type of the data handle. * @param handle The handle describing the data and responsible for gather diff --git a/dune/common/stringutility.hh b/dune/common/stringutility.hh index c0d94e9bc..b44f59bdd 100644 --- a/dune/common/stringutility.hh +++ b/dune/common/stringutility.hh @@ -41,7 +41,7 @@ namespace Dune { /** \brief Check whether a character container has a given suffix * - * The container must support the the begin() and size() methods and the + * The container must support the begin() and size() methods and the * const_iterator member type. * * \note This is slow for containers which don't have random access iterators. diff --git a/m4/dune.m4 b/m4/dune.m4 index 6ea619430..729453269 100644 --- a/m4/dune.m4 +++ b/m4/dune.m4 @@ -79,7 +79,7 @@ AS_VAR_POPDEF([_dune_aap_TAG])dnl # DUNE_ADD_MODULE_DEPS (MODULE, TAG, [CPPFLAGS], [LDFLAGS], [LIBS]) # # Add the flags and libs of an external library to the modules flags -# and libs and to the the DUNE_* and ALL_PKG_* families of global flags and +# and libs and to the DUNE_* and ALL_PKG_* families of global flags and # libs. # # MODULE The name to the DUNE module to add the flags for. It should be -- GitLab