aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2024-02-22 15:54:50 +0000
committerGordon Bergling <gbe@FreeBSD.org>2024-02-22 15:54:50 +0000
commit5e89e34f846a233fb97302c05af5a47c694405a1 (patch)
tree020aace73605565e356d7b36f8b518f2b8d3f71a
parentf62d90e5e938ce72249bc9f5e5e2834ed4727fc4 (diff)
downloadsrc-5e89e34f846a233fb97302c05af5a47c694405a1.tar.gz
src-5e89e34f846a233fb97302c05af5a47c694405a1.zip
random(4): Fix a typo in a source code comment
- s/parmeter/parameter/ MFC after: 3 days
-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 8e63d0f638f3..90ac65f42241 100644
--- a/sys/dev/random/hash.c
+++ b/sys/dev/random/hash.c
@@ -124,7 +124,7 @@ randomdev_encrypt_init(union randomdev_key *context, const void *data)
/*
* 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
+ * cipher or similar. The 128-bit counter is supplied in the in-out parameter
* 'ctr.' The output stream goes to 'd_out.'
*
* If AES is used, 'bytecount' is guaranteed to be a multiple of