mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
random(4): Fix a typo in a source code comment
- s/parmeter/parameter/ (cherry picked from commit 5e89e34f846a233fb97302c05af5a47c694405a1)
This commit is contained in:
parent
efbeab503b
commit
f7d2a1d2dc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue