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.
1 parent ec445bb commit 9110af5Copy full SHA for 9110af5
src/use_file.rs
@@ -45,7 +45,7 @@ pub fn getrandom_inner(dest: &mut [u8]) -> Result<(), Error> {
45
}
46
47
// Returns the file descriptor for the device file used to retrieve random
48
-// bytes. The file will be opened exactly once. All successful calls will
+// bytes. The file will be opened exactly once. All subsequent calls will
49
// return the same file descriptor. This file descriptor is never closed.
50
fn get_rng_fd() -> Result<libc::c_int, Error> {
51
static FD: AtomicUsize = AtomicUsize::new(LazyUsize::UNINIT);
0 commit comments