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 2d65a40 commit 9e2c896Copy full SHA for 9e2c896
src/bsd_arandom.rs
@@ -31,7 +31,7 @@ fn kern_arnd(buf: &mut [u8]) -> libc::ssize_t {
31
}
32
33
pub fn getrandom_inner(dest: &mut [u8]) -> Result<(), Error> {
34
- // getrandom(2) was introduces in FreeBSD 12.0 and NetBsd 10.0
+ // getrandom(2) was introduced in FreeBSD 12.0 and NetBSD 10.0
35
#[cfg(target_os = "freebsd")]
36
{
37
use crate::util_libc::Weak;
0 commit comments