diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2022-04-09 06:52:28 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-04-09 07:14:22 +0000 |
| commit | 474df59def1a8ab90354381b0103cbc9556fce12 (patch) | |
| tree | 01cdba87f8c55f62febfced89079a3e9f67f105d /sys/dev/random | |
| parent | 768f9b8b8bf7ca2f0b45bf6d7fde1a38f800c68d (diff) | |
Diffstat (limited to 'sys/dev/random')
| -rw-r--r-- | sys/dev/random/hash.c | 2 |
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.' * |
