2
0
mirror of https://github.com/boostorg/mpi.git synced 2026-01-19 04:22:10 +00:00

typo in doc

This commit is contained in:
Alain O Miniussi
2020-06-23 11:55:12 +02:00
parent d3825ba610
commit 8788c360f8

View File

@@ -80,7 +80,7 @@ struct is_mpi_logical_datatype
* complex MPI data type for a given C++ type.
*
* This type trait determines when there is a direct mapping from a
* C++ type to an MPI data type that is classified as an complex data
* C++ type to an MPI data type that is classified as a complex data
* type. See @c is_mpi_builtin_datatype for general information about
* built-in MPI data types.
*/