Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / mpi / communicator.hpp
index ff889d0..8663ba3 100644 (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>