Skip to content

Commit fe9dca3

Browse files
authored
Merge pull request #46 from waywardmonkeys/fix-typos
Fix typos.
2 parents c17a880 + 512561c commit fe9dca3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This replaces the previous "fxhash" algorithm originating in Firefox
55
with a custom hasher designed and implemented by Orson Peters ([`@orlp`](https://github.com/orlp)).
66
It was measured to have slightly better performance for rustc, has better theoretical properties
7-
and also includes a signficantly better string hasher.
7+
and also includes a significantly better string hasher.
88
- Fix `no_std` builds
99

1010
## 1.2.0 (**YANKED**)

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pub struct FxHasher {
6565
// as a multilinear hash with keystream k[..]
6666
// m[0] * k[0] + m[1] * k[1] + m[2] * k[2] + ...
6767
// where keystream k just happens to be generated using a multiplicative
68-
// congrential pseudorandom number generator (MCG). For that reason we chose a
68+
// congruential pseudorandom number generator (MCG). For that reason we chose a
6969
// constant that was found to be good for a MCG in:
7070
// "Computationally Easy, Spectrally Good Multipliers for Congruential
7171
// Pseudorandom Number Generators" by Guy Steele and Sebastiano Vigna.

0 commit comments

Comments
 (0)