git: c86b1d996586 - main - safexcel: Fix a typo in a source code comment

From: Gordon Bergling <gbe_at_FreeBSD.org>
Date: Thu, 15 Sep 2022 08:27:02 UTC
The branch main has been updated by gbe (doc committer):

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

commit c86b1d99658670d7c30e791d2ad5a63527170e22
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-09-15 08:26:48 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-15 08:26:48 +0000

    safexcel: Fix a typo in a source code comment
    
    - s/paramters/parameters/
    
    MFC after:      3 days
---
 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 14540d1c548e..cae9b2115bac 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.
  */