From c86b1d99658670d7c30e791d2ad5a63527170e22 Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Thu, 15 Sep 2022 10:26:48 +0200 Subject: [PATCH] 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 14540d1c548..cae9b2115ba 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. */