File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- ! ! The module, STDLIB_HASHMAP_OPEN implements a simple open addresing hash
1
+ ! ! The module, STDLIB_HASHMAP_OPEN implements a simple open addressing hash
2
2
! ! map using linear addressing. The implementation is loosely based on a
3
3
! ! C implementation by David Chase, http://chasewoerner.org/src/hasht/, for
4
4
! ! which he has given permission to use in the Fortran Standard Library.
@@ -301,7 +301,7 @@ end subroutine get_other_open_data
301
301
subroutine in_open_map (map , inmap , key ) ! Chase's inmap
302
302
! ! Version: Experimental
303
303
! !
304
- ! ! Retuns the index into the INVERSE array associated with the KEY
304
+ ! ! Returns the index into the INVERSE array associated with the KEY
305
305
! ! Arguments:
306
306
! ! map - the hash map of interest
307
307
! ! inmap - the returned index into the INVERSE array of entry pointers
You can’t perform that action at this time.
0 commit comments