Skip to content

Commit 73b6fa4

Browse files
committed
Typo in comment for non-blocking error check
Signed-off-by: Aurelien Bouteiller <[email protected]>
1 parent 3a9fd32 commit 73b6fa4

13 files changed

+13
-13
lines changed

ompi/mpi/c/ibsend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ int MPI_Ibsend(const void *buf, int count, MPI_Datatype type, int dest,
8484

8585
#if OPAL_ENABLE_FT_MPI
8686
/*
87-
* The request will check checked for process failure errors during the
87+
* The request will be checked for process failure errors during the
8888
* completion calls. So no need to check here.
8989
*/
9090
#endif

ompi/mpi/c/improbe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ int MPI_Improbe(int source, int tag, MPI_Comm comm, int *flag,
7575

7676
#if OPAL_ENABLE_FT_MPI
7777
/*
78-
* The request will check checked for process failure errors during the
78+
* The request will be checked for process failure errors during the
7979
* completion calls. So no need to check here.
8080
*/
8181
#endif

ompi/mpi/c/iprobe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ int MPI_Iprobe(int source, int tag, MPI_Comm comm, int *flag, MPI_Status *status
8080

8181
#if OPAL_ENABLE_FT_MPI
8282
/*
83-
* The request will check checked for process failure errors during the
83+
* The request will be checked for process failure errors during the
8484
* completion calls. So no need to check here.
8585
*/
8686
#endif

ompi/mpi/c/irecv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ int MPI_Irecv(void *buf, int count, MPI_Datatype type, int source,
7878

7979
#if OPAL_ENABLE_FT_MPI
8080
/*
81-
* The request will check checked for process failure errors during the
81+
* The request will be checked for process failure errors during the
8282
* completion calls. So no need to check here.
8383
*/
8484
#endif

ompi/mpi/c/irsend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ int MPI_Irsend(const void *buf, int count, MPI_Datatype type, int dest,
8585

8686
#if OPAL_ENABLE_FT_MPI
8787
/*
88-
* The request will check checked for process failure errors during the
88+
* The request will be checked for process failure errors during the
8989
* completion calls. So no need to check here.
9090
*/
9191
#endif

ompi/mpi/c/isend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ int MPI_Isend(const void *buf, int count, MPI_Datatype type, int dest,
8686

8787
#if OPAL_ENABLE_FT_MPI
8888
/*
89-
* The request will check checked for process failure errors during the
89+
* The request will be checked for process failure errors during the
9090
* completion calls. So no need to check here.
9191
*/
9292
#endif

ompi/mpi/c/issend.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ int MPI_Issend(const void *buf, int count, MPI_Datatype type, int dest,
8383

8484
#if OPAL_ENABLE_FT_MPI
8585
/*
86-
* The request will check checked for process failure errors during the
86+
* The request will be checked for process failure errors during the
8787
* completion calls. So no need to check here.
8888
*/
8989
#endif

ompi/mpi/c/recv_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ int MPI_Recv_init(void *buf, int count, MPI_Datatype type, int source,
7878

7979
#if OPAL_ENABLE_FT_MPI
8080
/*
81-
* The request will check checked for process failure errors during the
81+
* The request will be checked for process failure errors during the
8282
* completion calls. So no need to check here.
8383
*/
8484
#endif

ompi/mpi/c/rsend_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ int MPI_Rsend_init(const void *buf, int count, MPI_Datatype type,
8383

8484
#if OPAL_ENABLE_FT_MPI
8585
/*
86-
* The request will check checked for process failure errors during the
86+
* The request will be checked for process failure errors during the
8787
* completion calls. So no need to check here.
8888
*/
8989
#endif

ompi/mpi/c/send_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ int MPI_Send_init(const void *buf, int count, MPI_Datatype type,
8383

8484
#if OPAL_ENABLE_FT_MPI
8585
/*
86-
* The request will check checked for process failure errors during the
86+
* The request will be checked for process failure errors during the
8787
* completion calls. So no need to check here.
8888
*/
8989
#endif

ompi/mpi/c/ssend_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ int MPI_Ssend_init(const void *buf, int count, MPI_Datatype type,
8383

8484
#if OPAL_ENABLE_FT_MPI
8585
/*
86-
* The request will check checked for process failure errors during the
86+
* The request will be checked for process failure errors during the
8787
* completion calls. So no need to check here.
8888
*/
8989
#endif

ompi/mpi/c/start.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ int MPI_Start(MPI_Request *request)
6868

6969
#if OPAL_ENABLE_FT_MPI
7070
/*
71-
* The request will check checked for process failure errors during the
71+
* The request will be checked for process failure errors during the
7272
* completion calls. So no need to check here.
7373
*/
7474
#endif

ompi/mpi/c/startall.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ int MPI_Startall(int count, MPI_Request requests[])
8080

8181
#if OPAL_ENABLE_FT_MPI
8282
/*
83-
* The request will check checked for process failure errors during the
83+
* The request will be checked for process failure errors during the
8484
* completion calls. So no need to check here.
8585
*/
8686
#endif

0 commit comments

Comments
 (0)