From: Mark Wooding Date: Tue, 25 Apr 2023 00:44:07 +0000 (+0100) Subject: math/f25519.c: Add missing space in commant. X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/commitdiff_plain/d1db98ddea35a5ff79d59c98e6b8ae5bed3796c0 math/f25519.c: Add missing space in commant. --- diff --git a/math/f25519.c b/math/f25519.c index 7f8e66fc..b33005bc 100644 --- a/math/f25519.c +++ b/math/f25519.c @@ -756,7 +756,7 @@ static void carry_reduce(dblpiece x[NPIECE]) * signed. */ - /*For each piece, we bias it so that floor division (as done by an + /* For each piece, we bias it so that floor division (as done by an * arithmetic right shift) and modulus (as done by bitwise-AND) does the * right thing. */