Skip to content

Commit b30b257

Browse files
committed
Fixed misspelling
Changed intermitent to intermittent. [ticket: X]
1 parent 9c7c0cf commit b30b257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/specs/stdlib_hashmaps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ The result is a hash code created using the FNV-1 algorithm.
350350
Glenn Fowler, Landon Curt Noll, and Phong Vo.
351351
This code is relatively fast on short keys, and is small enough that
352352
it will often be retained in the instruction cache if hashing is
353-
intermitent.
353+
intermittent.
354354
As a result it should give good performance for typical hash map
355355
applications.
356356
This code does not pass any of the SMHasher tests, but the resulting
@@ -414,7 +414,7 @@ The result is a hash code created using the FNV-1a algorithm.
414414
of Glenn Fowler, Landon Curt Noll, and Phong Vo.
415415
This code is relatively fast on short keys, and is small enough that
416416
it will often be retained in the instruction cache if hashing is
417-
intermitent.
417+
intermittent.
418418
As a result it should give good performance for typical hash map
419419
applications.
420420
This code does not pass any of the SMHasher tests, but the resulting

0 commit comments

Comments
 (0)