Skip to content

Commit 4ced800

Browse files
committed
Corrected misspellings
Fixed misspellings detected by the build system's spell checker. [ticket: X]
1 parent a98a1d7 commit 4ced800

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stdlib_hashmap_open.f90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

0 commit comments

Comments
 (0)