diff options
author | Ken Raeburn <raeburn@mit.edu> | 2005-05-01 09:18:33 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2005-05-01 09:18:33 +0000 |
commit | a8214e20c73c82f30bad521f7fc6b36e7abdf0bd (patch) | |
tree | 1b4ff003631bf58344f5802be62addced16cfa8e | |
parent | fd0add298f3a26a1b1fb85c0fe81c511f909a939 (diff) | |
download | krb5-a8214e20c73c82f30bad521f7fc6b36e7abdf0bd.tar.gz krb5-a8214e20c73c82f30bad521f7fc6b36e7abdf0bd.tar.xz krb5-a8214e20c73c82f30bad521f7fc6b36e7abdf0bd.zip |
typo fix
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17211 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r-- | src/lib/crypto/aes/aesopt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/aes/aesopt.h b/src/lib/crypto/aes/aesopt.h index 1bb7529ed..9aa1654da 100644 --- a/src/lib/crypto/aes/aesopt.h +++ b/src/lib/crypto/aes/aesopt.h @@ -387,7 +387,7 @@ /* 8. FIXED OR DYNAMIC TABLES - When this section is included the tables used by the code are comipled + When this section is included the tables used by the code are compiled statically into the binary file. Otherwise they are computed once when the code is first used. */ |