From f20dcbbad1b88b5635ce096257c40849b1d02f32 Mon Sep 17 00:00:00 2001 From: Russell O'Connor Date: Tue, 17 Aug 2021 10:47:10 -0400 Subject: [PATCH] Correct typo. --- src/ecmult.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ecmult.h b/src/ecmult.h index 481474ece..b4492b981 100644 --- a/src/ecmult.h +++ b/src/ecmult.h @@ -13,7 +13,7 @@ /* Noone will ever need more than a window size of 24. The code might * be correct for larger values of ECMULT_WINDOW_SIZE but this is not - * not tested. + * tested. * * The following limitations are known, and there are probably more: * If WINDOW_G > 27 and size_t has 32 bits, then the code is incorrect