Skip to content

Commit

Permalink
Fix typo in comment in randomenv.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzbawls committed Apr 14, 2021
1 parent fec460c commit b70b26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/randomenv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ void RandAddSeedPerfmon(CSHA512& hasher)
} else {
// Performance data is only a best-effort attempt at improving the
// situation when the OS randomness (and other sources) aren't
// adequate. As a result, failure to read it is isn't considered critical,
// adequate. As a result, failure to read it isn't considered critical,
// so we don't call RandFailure().
// TODO: Add logging when the logger is made functional before global
// constructors have been invoked.
Expand Down

0 comments on commit b70b26f

Please sign in to comment.