Skip to content

Commit

Permalink
Spelling mistake (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhourahine authored Mar 11, 2021
1 parent c7cd859 commit 3c38f24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mpifx.fypp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#:set MAX_RANK = getvar('MAX_RANK', 6)


#! Returns colons within paranthesis according to the RANK or empty string
#! Returns colons within parenthesis according to the RANK or empty string
#! if RANK is zero.
#:def RANKSUFFIX(RANK)
${'' if RANK == 0 else '(' + ':' + ',:' * (RANK - 1) +')'}$
Expand Down

0 comments on commit 3c38f24

Please sign in to comment.