mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Fix spelling error in comment (GH-28696) (GH-28699)
This commit is contained in:
parent
72089f33c0
commit
5ba61f488d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
reduces the cost of hash collisions because consecutive memory accesses
|
||||
tend to be much cheaper than scattered probes. After LINEAR_PROBES steps,
|
||||
we then use more of the upper bits from the hash value and apply a simple
|
||||
linear congruential random number genearator. This helps break-up long
|
||||
linear congruential random number generator. This helps break-up long
|
||||
chains of collisions.
|
||||
|
||||
All arithmetic on hash should ignore overflow.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue