Skip to content

Commit 217c373

Browse files
committed
Fix typo
1 parent 2bd5c41 commit 217c373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_bitsets_large.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ contains
10511051
pure module subroutine set_range_large(self, start_pos, stop_pos)
10521052
!
10531053
! Sets all valid bits to 1 from the START_POS to the STOP_POS positions
1054-
! in SELF. If STOP_POA < START_POS no bits are changed. Positions outside
1054+
! in SELF. If STOP_POS < START_POS no bits are changed. Positions outside
10551055
! the range 0 to BITS(SELF)-1 are ignored.
10561056
!
10571057
class(bitset_large), intent(inout) :: self

0 commit comments

Comments
 (0)