Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 07:45:41 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 8c3b4af727a0 - stable/13 - random(4): Fix a typo in a source code comment
Message-ID:  <202402250745.41P7jf6c074016@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=8c3b4af727a03d08ffe126bee8e74ace0deccfb0

commit 8c3b4af727a03d08ffe126bee8e74ace0deccfb0
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-02-22 15:54:50 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-02-25 07:44:50 +0000

    random(4): Fix a typo in a source code comment
    
    - s/parmeter/parameter/
    
    (cherry picked from commit 5e89e34f846a233fb97302c05af5a47c694405a1)
---
 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 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402250745.41P7jf6c074016>