Skip to content

Commit 7cf7352

Browse files
committed
Minor comment cleanup
Minor comment cleanup
1 parent f10f1b7 commit 7cf7352

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stdlib_hashmap_wrappers.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ end subroutine get_int8_key
282282
subroutine get_int32_key( key, value )
283283
!! Version: Experimental
284284
!!
285-
!! Gets the contents of the key as an INTEGER(INT8) vector
285+
!! Gets the contents of the key as an INTEGER(INT32) vector
286286
!! Arguments:
287287
!! key - the input key
288288
!! value - the contents of key mapped to an INTEGER(INT32) vector
@@ -343,7 +343,7 @@ end subroutine set_int8_key
343343
subroutine set_int32_key( key, value )
344344
!! Version: Experimental
345345
!!
346-
!! Sets the contents of the key from an INTEGER(INT8) vector
346+
!! Sets the contents of the key from an INTEGER(INT32) vector
347347
!! Arguments:
348348
!! key - the output key
349349
!! value - the input INTEGER(INT32) vector

0 commit comments

Comments
 (0)