Skip to content

Commit f7dc246

Browse files
authored
bsd_arandom: fix typo in comment (rust-random#260)
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
1 parent 1c5b11e commit f7dc246

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bsd_arandom.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fn kern_arnd(buf: &mut [u8]) -> libc::ssize_t {
3131
}
3232

3333
pub fn getrandom_inner(dest: &mut [u8]) -> Result<(), Error> {
34-
// getrandom(2) was introduces in FreeBSD 12.0 and NetBsd 10.0
34+
// getrandom(2) was introduced in FreeBSD 12.0 and NetBSD 10.0
3535
#[cfg(target_os = "freebsd")]
3636
{
3737
use crate::util_libc::Weak;

0 commit comments

Comments
 (0)