From: Niels Möller Date: Sat, 24 Sep 2022 08:49:57 +0000 (+0200) Subject: Fix comment. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58f2d03c446490ec2daabd30a1b995500c8ae9c4;p=thirdparty%2Fnettle.git Fix comment. --- diff --git a/ocb.c b/ocb.c index 37f821f7..40ad4aa7 100644 --- a/ocb.c +++ b/ocb.c @@ -79,7 +79,7 @@ ocb_set_key (struct ocb_key *key, const void *cipher, nettle_cipher_func *f) block16_mulx_be (&key->L[2], &key->L[1]); } -/* Add x^k L[2], where k is the number of trailing bits in i. */ +/* Add x^k L[2], where k is the number of trailing zero bits in i. */ static void update_offset(const struct ocb_key *key, union nettle_block16 *offset, size_t i)