Skip to content

Commit b757a6b

Browse files
committed
doc(assert_m): fix typo in comment
1 parent 6227ca5 commit b757a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/smart_pointer/assert_m.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module assert_m
1515

1616
pure module subroutine assert(assertion, description)
1717
!! Error terminate on .false. assertion with the stop code given by description
18-
!! With IBM XL Fortran, the stop code is an integer due to for character stop codes being unsupported.
18+
!! With IBM XL Fortran, the stop code is an integer due to character stop codes being unsupported.
1919
implicit none
2020
logical, intent(in) :: assertion
2121
character(len=*), intent(in) :: description

0 commit comments

Comments
 (0)