From a1689209b99258497079dafc262758a030a6e0df Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 23 Dec 2023 14:09:25 +0000 Subject: [PATCH] math/f25519.h: Fix argument name in commentary. --- math/f25519.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/f25519.h b/math/f25519.h index 4a2a2191..7ecb6c98 100644 --- a/math/f25519.h +++ b/math/f25519.h @@ -92,7 +92,7 @@ extern void f25519_set(f25519 */*x*/, int /*a*/); * toleration of them is considered a performance feature. * * Some specifications, e.g., RFC7748, require the topmost bit - * (i.e., bit 7 of @wv[31]@) to be ignored. Callers + * (i.e., bit 7 of @xv[31]@) to be ignored. Callers * implementing such specifications should clear the bit * explicitly. (It's much easier for a caller who wants the bit * to be ignored to clear it than for a caller who wants the bit -- 2.11.0