Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Apr 2022 07:14:51 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 474df59def1a - main - random(3): Fix a typo in a source code comment
Message-ID:  <202204090714.2397EpVH017365@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=474df59def1a8ab90354381b0103cbc9556fce12

commit 474df59def1a8ab90354381b0103cbc9556fce12
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-09 06:52:28 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
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.'
  *



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