math/f25519.c: Add missing space in commant.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 25 Apr 2023 00:44:07 +0000 (01:44 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 25 Apr 2023 01:02:14 +0000 (02:02 +0100)
math/f25519.c

index 7f8e66f..b33005b 100644 (file)
@@ -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.
    */