Skip to content

Commit b192342

Browse files
authored
Update src/stdlib_io_npy_load.fypp
1 parent 93d5bc6 commit b192342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_io_npy_load.fypp

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ contains
123123
character :: buf(4)
124124
logical :: fortran_order
125125

126-
! stat should be zero by default, if no error occured
126+
! stat should be zero if no error occurred
127127
stat = 0
128128

129129
read(io, iostat=stat) header

0 commit comments

Comments
 (0)