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
22! ! map using linear addressing. The implementation is loosely based on a
33! ! C implementation by David Chase, http://chasewoerner.org/src/hasht/, for
44! ! which he has given permission to use in the Fortran Standard Library.
@@ -301,7 +301,7 @@ end subroutine get_other_open_data
301301 subroutine in_open_map (map , inmap , key ) ! Chase's inmap
302302! ! Version: Experimental
303303! !
304- ! ! Retuns the index into the INVERSE array associated with the KEY
304+ ! ! Returns the index into the INVERSE array associated with the KEY
305305! ! Arguments:
306306! ! map - the hash map of interest
307307! ! inmap - the returned index into the INVERSE array of entry pointers
You can’t perform that action at this time.
0 commit comments