Skip to content

Commit cbdae27

Browse files
authored
Merge pull request #756 from rust-random/fix-typo
rand_jitter: Fix typo
2 parents fc3b5c2 + 42de949 commit cbdae27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rand_jitter/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ impl JitterRng {
507507
/// Basic quality tests on the timer, by measuring CPU timing jitter a few
508508
/// hundred times.
509509
///
510-
/// If succesful, this will return the estimated number of rounds necessary
510+
/// If successful, this will return the estimated number of rounds necessary
511511
/// to collect 64 bits of entropy. Otherwise a [`TimerError`] with the cause
512512
/// of the failure will be returned.
513513
pub fn test_timer(&mut self) -> Result<u8, TimerError> {

0 commit comments

Comments
 (0)