1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

safexcel: Fix a typo in a source code comment

- s/paramters/parameters/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2022-09-15 10:26:48 +02:00
parent f2411b9257
commit c86b1d9965

View File

@ -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.
*/