summaryrefslogtreecommitdiff
path: root/crypto/tea.c
diff options
context:
space:
mode:
authorSun Chaobo <suncoding913@gmail.com>2026-03-13 22:52:57 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2026-03-22 11:17:59 +0900
commit7fc31dd86415fc04c71b8fd4743ad63183e8565f (patch)
tree1ad84df7fefa9107b9862c1c99db7c29ebc67dab /crypto/tea.c
parentb44c7129f1e3cd0e6233c7cb2d88f917d92f213d (diff)
downloadlwn-7fc31dd86415fc04c71b8fd4743ad63183e8565f.tar.gz
lwn-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/tea.c')
-rw-r--r--crypto/tea.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/tea.c b/crypto/tea.c
index cb05140e3470..7c66efcb5caa 100644
--- a/crypto/tea.c
+++ b/crypto/tea.c
@@ -2,7 +2,7 @@
/*
* Cryptographic API.
*
- * TEA, XTEA, and XETA crypto alogrithms
+ * TEA, XTEA, and XETA crypto algorithms
*
* The TEA and Xtended TEA algorithms were developed by David Wheeler
* and Roger Needham at the Computer Laboratory of Cambridge University.