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

typo in doxygen comment

This commit is contained in:
Alain Miniussi
2023-07-31 16:22:58 +02:00
parent e22abc5137
commit 88937d97a9

View File

@@ -141,7 +141,7 @@ struct is_mpi_builtin_datatype
* be accessible via @c get_mpi_datatype.
* For any C++ type that maps to a built-in MPI data type (see @c
* is_mpi_builtin_datatype), @c is_mpi_data_type is trivially
* is_mpi_builtin_datatype), @c is_mpi_datatype is trivially
* true. However, any POD ("Plain Old Data") type containing types
* that themselves can be represented by MPI data types can itself be
* represented as an MPI data type. For instance, a @c point3d class