Date: Sun, 18 Sep 2022 06:06:18 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: c25281c5f661 - stable/13 - safexcel: Fix a typo in a source code comment Message-ID: <202209180606.28I66ICg043402@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c25281c5f66129792b1e7af0223b6d1115d3c5de commit c25281c5f66129792b1e7af0223b6d1115d3c5de Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-09-15 08:26:48 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-09-18 06:03:45 +0000 safexcel: Fix a typo in a source code comment - s/paramters/parameters/ (cherry picked from commit c86b1d99658670d7c30e791d2ad5a63527170e22) --- sys/dev/safexcel/safexcel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/safexcel/safexcel.c b/sys/dev/safexcel/safexcel.c index 16978632a1be..afb9a51ce2e3 100644 --- a/sys/dev/safexcel/safexcel.c +++ b/sys/dev/safexcel/safexcel.c @@ -1377,7 +1377,7 @@ safexcel_setkey_xts(const uint8_t *key, int klen, uint8_t *tweakkey) } /* - * Populate a context record with paramters from a session. Some consumers + * Populate a context record with parameters from a session. Some consumers * specify per-request keys, in which case the context must be re-initialized * for each request. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209180606.28I66ICg043402>