Browse Source

fix comment

Olivier Aumage 5 years ago
parent
commit
81110b93f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mpi/include/starpu_mpi.h

+ 1 - 1
mpi/include/starpu_mpi.h

@@ -149,7 +149,7 @@ void starpu_mpi_set_communication_tag(int tag);
 typedef void *starpu_mpi_req;
 
 /**
-   Define the type which can be used to set communication tag when exchanging data.
+   Type of the message tag.
 */
 typedef int64_t starpu_mpi_tag_t;