2
0
mirror of https://github.com/boostorg/mpi.git synced 2026-02-22 03:22:29 +00:00

Fix spelling mistakes in documentation

This commit is contained in:
Andre Schröder
2019-05-05 12:55:07 +02:00
parent 2cb4cc9177
commit 8d9b8ee024
2 changed files with 8 additions and 8 deletions

View File

@@ -509,7 +509,7 @@ class BOOST_MPI_DECL communicator
*/
status recv(int source, int tag) const;
/** @brief Send a message to remote process nd receive another message
/** @brief Send a message to remote process and receive another message
* from another process.
*/
template<typename T>