Skip to content

Commit c95f7a9

Browse files
authored
Merge pull request #178 from p-costa/patch-1
fixed minor typo in comment
2 parents 639cf2f + e163240 commit c95f7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_experimental_kinds.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module stdlib_experimental_kinds
22
use iso_fortran_env, only: sp=>real32, dp=>real64, qp=>real128
33
use iso_fortran_env, only: int8, int16, int32, int64
4-
! If we decide later to use iso_fortran_env instead of iso_fortran_env:
4+
! If we decide later to use iso_c_binding instead of iso_fortran_env:
55
!use iso_c_binding, only: sp=>c_float, dp=>c_double, qp=>c_float128
66
!use iso_c_binding, only: int8=>c_int8_t, int16=>c_int16_t, int32=>c_int32_t, int64=>c_int64_t
77
implicit none

0 commit comments

Comments
 (0)