Fix common misspellings
Fixes generated by 'codespell' and manually reviewed. Signed-off-by: Lucas De Marchi <lucas.demarchi@profusion.mobi>
This commit is contained in:
@@ -1044,7 +1044,7 @@ static int aead_perform(struct aead_request *req, int encrypt,
|
||||
memcpy(crypt->iv, req->iv, ivsize);
|
||||
|
||||
if (req->src != req->dst) {
|
||||
BUG(); /* -ENOTSUP because of my lazyness */
|
||||
BUG(); /* -ENOTSUP because of my laziness */
|
||||
}
|
||||
|
||||
/* ASSOC data */
|
||||
|
Reference in New Issue
Block a user