aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/random
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/random')
-rw-r--r--sys/dev/random/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/random/hash.c b/sys/dev/random/hash.c
index 135f585ea382..a7b9b3cb1633 100644
--- a/sys/dev/random/hash.c
+++ b/sys/dev/random/hash.c
@@ -125,7 +125,7 @@ randomdev_encrypt_init(union randomdev_key *context, const void *data)
}
/*
- * Create a psuedorandom output stream of 'bytecount' bytes using a CTR-mode
+ * Create a pseudorandom output stream of 'bytecount' bytes using a CTR-mode
* cipher or similar. The 128-bit counter is supplied in the in-out parmeter
* 'ctr.' The output stream goes to 'd_out.'
*