random(3): Fix a typo in a source code comment

- s/psuedo/pseudo/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-04-09 08:52:28 +02:00
parent 768f9b8b8b
commit 474df59def

View File

@ -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.'
*