chiark / gitweb /
math/f25519.c: Add missing space in commant.
[catacomb] / math / f25519.c
index 7f8e66fc75e1d600abddb205349fb4259e0c7474..b33005bcd3b39ed557cfde33959827c29c622af3 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.
    */