From 081f318ce35fe17b57ed9584e47fdf6190b58423 Mon Sep 17 00:00:00 2001 From: miod <> Date: Sun, 27 Apr 2014 20:38:39 +0000 Subject: typo in comment --- src/lib/libcrypto/rc4/rc4_enc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/libcrypto/rc4/rc4_enc.c') diff --git a/src/lib/libcrypto/rc4/rc4_enc.c b/src/lib/libcrypto/rc4/rc4_enc.c index ec9d9e7b64..bdf7de9f65 100644 --- a/src/lib/libcrypto/rc4/rc4_enc.c +++ b/src/lib/libcrypto/rc4/rc4_enc.c @@ -100,7 +100,7 @@ void RC4(RC4_KEY *key, size_t len, const unsigned char *indata, * (**) i.e. according to 'apps/openssl speed rc4' benchmark, * crypto/rc4/rc4speed.c exhibits almost 70% speed-up... * - * Cavets. + * Caveats. * * - RC4_CHUNK="unsigned long long" should be a #1 choice for * UltraSPARC. Unfortunately gcc generates very slow code -- cgit v1.2.3-55-g6feb