Skip to content

Commit 9e2c896

Browse files
authored
bsd_arandom: fix typo in comment (#260)
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
1 parent 2d65a40 commit 9e2c896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)