diff options
author | Ulf Möller <ulf@openssl.org> | 2000-02-04 00:23:24 +0100 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2000-02-04 00:23:24 +0100 |
commit | 657e60fa00ddde3618600d6306be913214d30457 (patch) | |
tree | 6ea080becb16ab3d808ec45064b17b7fedb745a2 /crypto/idea/idea_lcl.h | |
parent | Document hash functions. (diff) | |
download | openssl-657e60fa00ddde3618600d6306be913214d30457.tar.xz openssl-657e60fa00ddde3618600d6306be913214d30457.zip |
ispell (and minor modifications)
Diffstat (limited to 'crypto/idea/idea_lcl.h')
-rw-r--r-- | crypto/idea/idea_lcl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/idea/idea_lcl.h b/crypto/idea/idea_lcl.h index 4cf256ae87..463aa36ce9 100644 --- a/crypto/idea/idea_lcl.h +++ b/crypto/idea/idea_lcl.h @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ -/* The new form of this macro (check if the a*b == 0) was sugested by +/* The new form of this macro (check if the a*b == 0) was suggested by * Colin Plumb <colin@nyx10.cs.du.edu> */ /* Removal of the inner if from from Wei Dai 24/4/96 */ #define idea_mul(r,a,b,ul) \ |