aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorJames Morris <jmorris@redhat.com>2004-08-10 04:24:16 -0700
committerJames Morris <jmorris@redhat.com>2004-08-10 04:24:16 -0700
commit3b5de441288610f5f3493eb483bad2246c0bab8a (patch)
tree281c45c9f6c239315c48c78008e3184709b42c21 /crypto
parent8d19f94243e70563d4076602363744a12cfa1b89 (diff)
downloadhistory-3b5de441288610f5f3493eb483bad2246c0bab8a.tar.gz
[CRYPTO]: Typo in crypto/aes.c
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/aes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/aes.c b/crypto/aes.c
index 13b6daa3708972..3a26f9c99aee88 100644
--- a/crypto/aes.c
+++ b/crypto/aes.c
@@ -160,7 +160,7 @@ gen_tabs (void)
u8 p, q;
/* log and power tables for GF(2**8) finite field with
- 0x011b as modular polynomial - the simplest prmitive
+ 0x011b as modular polynomial - the simplest primitive
root is 0x03, used here to generate the tables */
for (i = 0, p = 1; i < 256; ++i) {