We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec460c commit b70b26fCopy full SHA for b70b26f
src/randomenv.cpp
@@ -96,7 +96,7 @@ void RandAddSeedPerfmon(CSHA512& hasher)
96
} else {
97
// Performance data is only a best-effort attempt at improving the
98
// situation when the OS randomness (and other sources) aren't
99
- // 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,
100
// so we don't call RandFailure().
101
// TODO: Add logging when the logger is made functional before global
102
// constructors have been invoked.
0 commit comments