File tree 1 file changed +2
-2
lines changed
src/libstd/collections/hash
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -222,8 +222,8 @@ const DISPLACEMENT_THRESHOLD: usize = 128;
222
222
/// resistance against HashDoS attacks. The algorithm is randomly seeded, and a
223
223
/// reasonable best-effort is made to generate this seed from a high quality,
224
224
/// secure source of randomness provided by the host without blocking the
225
- /// program. Because of this, the randomness of the seed is dependant on the
226
- /// quality of the system's random number generator at the time it is created.
225
+ /// program. Because of this, the randomness of the seed depends on the output
226
+ /// quality of the system's random number generator when the seed is created.
227
227
/// In particular, seeds generated when the system's entropy pool is abnormally
228
228
/// low such as during system boot may be of a lower quality.
229
229
///
You can’t perform that action at this time.
0 commit comments