aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorJames Morris <jmorris@redhat.com>2004-08-10 04:25:56 -0700
committerJames Morris <jmorris@redhat.com>2004-08-10 04:25:56 -0700
commitc079dba38bd6dd5fc322b7a1b58924cde6b29761 (patch)
tree6992996a546c56e4f3374863fc013db898afad87 /crypto
parent1dfa6ae264b457a84ccf4936985cc2f2ff46223c (diff)
downloadhistory-c079dba38bd6dd5fc322b7a1b58924cde6b29761.tar.gz
[CRYPTO]: Typo in crypto/tcrypt.h
From Nicolas Kaiser <nikai@nikai.net> Signed-off-by: James Morris <jmorris@redhat.com> Signed-off-by: David S. Miller <davem@redhat.com>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/tcrypt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/tcrypt.h b/crypto/tcrypt.h
index 56a825d6539bc4..81791c1c014286 100644
--- a/crypto/tcrypt.h
+++ b/crypto/tcrypt.h
@@ -1186,7 +1186,7 @@ struct cipher_testvec tf_cbc_dec_tv_template[] = {
/*
* Serpent test vectors. These are backwards because Serpent writes
- * octect sequences in right-to-left mode.
+ * octet sequences in right-to-left mode.
*/
#define SERPENT_ENC_TEST_VECTORS 4
#define SERPENT_DEC_TEST_VECTORS 4