Skip to content

Commit 7b138ff

Browse files
committed
Typo fix.
1 parent b9906fe commit 7b138ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/runtime-libraries/mpi/mpi_caf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2079,7 +2079,7 @@ void *PREFIX(register)(size_t size, caf_register_t type, caf_token_t *token,
20792079
if (unlikely(caf_is_finalized))
20802080
goto error;
20812081

2082-
/* Start GASNET if not already started. */
2082+
/* Start MPI if not already started. */
20832083
if (caf_num_images == 0)
20842084
#ifdef COMPILER_SUPPORTS_CAF_INTRINSICS
20852085
_gfortran_caf_init(NULL, NULL);

src/tests/regression/reported/issue-654-send_by_ref_rank_2.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ program test_sendget_by_ref
3636
if (any(R_send%A(:,i) /= (/(j, j = 1, num_images())/))) res = .False.
3737
end do
3838

39-
! Recude the result. both() is just a logical scalar and, because there
39+
! Reduce the result. both() is just a logical scalar and, because there
4040
! is no predefined operator for this.
4141
call co_reduce(res, both)
4242
write(*,*) this_image(), ':', R_get%A, '|', R_send%A

0 commit comments

Comments
 (0)