From f62e24a88c21235bc3c901508cfb474509ef2961 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 14 Nov 2020 17:17:36 +0100 Subject: spell checking --- src/util/consttime_memcmp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util/consttime_memcmp.c') diff --git a/src/util/consttime_memcmp.c b/src/util/consttime_memcmp.c index 820ba9835..5dfcb0757 100644 --- a/src/util/consttime_memcmp.c +++ b/src/util/consttime_memcmp.c @@ -105,7 +105,7 @@ SOFTWARE. * implementation-defined overflow behaviour is not invoked. * * We rely on the C standard's guarantees regarding the wraparound - * behaviour of unsigned integer arithmetic, and on the analagous + * behaviour of unsigned integer arithmetic, and on the analogous * guarantees regarding conversions from signed types to narrower * unsigned types. * @@ -252,7 +252,7 @@ consttime_memcmp (const void *b1, const void *b2, size_t len) * instead of int because we need a type that's strictly * larger than 16 bits, and the C standard allows * implementations where int is only 16 bits. The result - * from this step will be of type int32_t, and its value wll + * from this step will be of type int32_t, and its value will * be one of 0x00008000 (32768), or in the range 0x00008001 * to 0x000080ff (32769 to 33023), or in the range 0x00007f01 * to 0x00007fff (32513 to 32767). -- cgit v1.2.3