The branch main has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=474df59def1a8ab90354381b0103cbc9556fce12
commit 474df59def1a8ab90354381b0103cbc9556fce12 Author: Gordon Bergling <[email protected]> AuthorDate: 2022-04-09 06:52:28 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2022-04-09 07:14:22 +0000 random(3): Fix a typo in a source code comment - s/psuedo/pseudo/ MFC after: 3 days --- sys/dev/random/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.' *
