Skip to content

Commit b70b26f

Browse files
committed
Fix typo in comment in randomenv.cpp
1 parent fec460c commit b70b26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/randomenv.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ void RandAddSeedPerfmon(CSHA512& hasher)
9696
} else {
9797
// Performance data is only a best-effort attempt at improving the
9898
// situation when the OS randomness (and other sources) aren't
99-
// adequate. As a result, failure to read it is isn't considered critical,
99+
// adequate. As a result, failure to read it isn't considered critical,
100100
// so we don't call RandFailure().
101101
// TODO: Add logging when the logger is made functional before global
102102
// constructors have been invoked.

0 commit comments

Comments
 (0)