We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5167f6c + 8d9df12 commit d014573Copy full SHA for d014573
mp_to_radix.c
@@ -75,7 +75,7 @@ mp_err mp_to_radix(const mp_int *a, char *str, size_t maxlen, size_t *written, i
75
++digs;
76
}
77
/* reverse the digits of the string. In this case _s points
78
- * to the first digit [exluding the sign] of the number
+ * to the first digit [excluding the sign] of the number
79
*/
80
s_reverse(_s, digs);
81
0 commit comments