From ebb22ff06ba1c3386c05fb9ed6e7ee11962e9d84 Mon Sep 17 00:00:00 2001 From: Alain Miniussi Date: Sat, 15 Oct 2016 22:45:18 +0200 Subject: [PATCH] typo in doc --- include/boost/mpi/cartesian_communicator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/mpi/cartesian_communicator.hpp b/include/boost/mpi/cartesian_communicator.hpp index 2b9d623..16db3de 100644 --- a/include/boost/mpi/cartesian_communicator.hpp +++ b/include/boost/mpi/cartesian_communicator.hpp @@ -225,7 +225,7 @@ public: */ int rank(const std::vector& coords) const; /** - * Return the rank of the source and targetdestination process through a shift. + * Return the rank of the source and target destination process through a shift. * @param dim the dimension in which the shift takes place. 0 <= dim <= ndim(). * @param disp the shift displacement, can be positive (upward) or negative (downward). */