Skip to content

Commit 58d0f9a

Browse files
committed
Fixed comment.
1 parent 6f84b34 commit 58d0f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module unix
3535
implicit none
3636

3737
interface c_int_to_uint
38-
!! Converts unsigned integer to signed integer.
38+
!! Converts signed integer to unsigned integer.
3939
module procedure :: c_int32_to_uint16
4040
module procedure :: c_int64_to_uint32
4141
end interface

0 commit comments

Comments
 (0)