Skip to content

Commit db4221f

Browse files
author
Damian Rouson
committed
Fix typo in comment in team-number.f90
1 parent f0f1c67 commit db4221f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/unit/teams/team-number.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ program main
4646
!call assert(
4747
! team_number(c_loc(home))==standard_initial_value,"initial team number conforms with Fortran standard before 'change team'"
4848
!)
49-
!! TODO: uncomment the following assertion after implementing support for team_number's optional argument:
49+
!! TODO: uncomment the above assertion after implementing support for team_number's optional argument:
5050

5151
after_change_team: block
5252
associate(my_team=>mod(this_image(),2)+1)

0 commit comments

Comments
 (0)