aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/sys_getrandom.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/sys_getrandom.c')
-rw-r--r--sys/kern/sys_getrandom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/sys_getrandom.c b/sys/kern/sys_getrandom.c
index 612820cdbcc3..f58d0fe2af57 100644
--- a/sys/kern/sys_getrandom.c
+++ b/sys/kern/sys_getrandom.c
@@ -69,7 +69,7 @@ kern_getrandom(struct thread *td, void *user_buf, size_t buflen,
* blocking, when the Linux API does not block.
*
* 2. Alternatively, we could treat GRND_INSECURE requests as requests
- * for GRND_NONBLOCk. Here, the surprising result for Linux programs
+ * for GRND_NONBLOCK. Here, the surprising result for Linux programs
* is that invocations with unseeded random(4) will produce EAGAIN,
* rather than garbage.
*