diff --git a/crypto/rc2/rc2_skey.c b/crypto/rc2/rc2_skey.c index 90fdface89779412d73aead6843f1af930680106..313250b58c284a7b95476fffadfe1a592ba3727a 100644 --- a/crypto/rc2/rc2_skey.c +++ b/crypto/rc2/rc2_skey.c @@ -47,8 +47,8 @@ static const unsigned char key_table[256] = { /* * It has come to my attention that there are 2 versions of the RC2 key - * schedule. One which is normal, and anther which has a hook to use a - * reduced key length. BSAFE uses the 'retarded' version. What I previously + * schedule. One which is normal, and another which has a hook to use a + * reduced key length. BSAFE uses the latter version. What I previously * shipped is the same as specifying 1024 for the 'bits' parameter. Bsafe * uses a version where the bits parameter is the same as len*8 */