We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5485481 commit 733359dCopy full SHA for 733359d
1 file changed
src/use_file.rs
@@ -41,7 +41,7 @@ pub fn getrandom_inner(dest: &mut [u8]) -> Result<(), Error> {
41
Ok(())
42
}
43
44
-// Returns the field descriptor for the device file used to retrieve random
+// Returns the file descriptor for the device file used to retrieve random
45
// numbers. The file will be opened exactly once. All successful calls will
46
// return the same file descriptor. This file descriptor is never closed.
47
fn get_rng_fd() -> Result<libc::c_int, Error> {
0 commit comments