We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc3b5c2 + 42de949 commit cbdae27Copy full SHA for cbdae27
rand_jitter/src/lib.rs
@@ -507,7 +507,7 @@ impl JitterRng {
507
/// Basic quality tests on the timer, by measuring CPU timing jitter a few
508
/// hundred times.
509
///
510
- /// If succesful, this will return the estimated number of rounds necessary
+ /// If successful, this will return the estimated number of rounds necessary
511
/// to collect 64 bits of entropy. Otherwise a [`TimerError`] with the cause
512
/// of the failure will be returned.
513
pub fn test_timer(&mut self) -> Result<u8, TimerError> {
0 commit comments