diff options
| author | Sun Chaobo <suncoding913@gmail.com> | 2026-03-13 22:52:57 +0800 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2026-03-22 11:17:59 +0900 |
| commit | 7fc31dd86415fc04c71b8fd4743ad63183e8565f (patch) | |
| tree | 1ad84df7fefa9107b9862c1c99db7c29ebc67dab /crypto/tcrypt.c | |
| parent | b44c7129f1e3cd0e6233c7cb2d88f917d92f213d (diff) | |
| download | linux-next-7fc31dd86415fc04c71b8fd4743ad63183e8565f.tar.gz linux-next-7fc31dd86415fc04c71b8fd4743ad63183e8565f.zip | |
crypto: Fix several spelling mistakes in comments
Fix several typos in comments and messages.
No functional change.
Signed-off-by: Sun Chaobo <suncoding913@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/tcrypt.c')
| -rw-r--r-- | crypto/tcrypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/tcrypt.c b/crypto/tcrypt.c index db860f45765f..52e3b584c524 100644 --- a/crypto/tcrypt.c +++ b/crypto/tcrypt.c @@ -2828,7 +2828,7 @@ static int __init tcrypt_mod_init(void) pr_debug("all tests passed\n"); } - /* We intentionaly return -EAGAIN to prevent keeping the module, + /* We intentionally return -EAGAIN to prevent keeping the module, * unless we're running in fips mode. It does all its work from * init() and doesn't offer any runtime functionality, but in * the fips case, checking for a successful load is helpful. |
