Skip to content

Commit dd088ca

Browse files
committed
Fixed typo
Kremoved "hash-" introduced in renaming modue reference. [ticket: X]
1 parent 4f8633a commit dd088ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib_32_bit_fnv_hashes.fypp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ contains
2929

3030
integer(int64) :: i
3131

32-
hash- hash_code = offset_basis
32+
hash_code = offset_basis
3333
do i=1_int64, size(key, kind=int64)
3434
hash_code = hash_code * prime
3535
if ( little_endian ) then

0 commit comments

Comments
 (0)