Skip to content

Commit 8d9df12

Browse files
committed
docs: fix simple typo, exluding -> excluding
There is a small typo in mp_to_radix.c. Should read `excluding` rather than `exluding`.
1 parent 5167f6c commit 8d9df12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mp_to_radix.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ mp_err mp_to_radix(const mp_int *a, char *str, size_t maxlen, size_t *written, i
7575
++digs;
7676
}
7777
/* reverse the digits of the string. In this case _s points
78-
* to the first digit [exluding the sign] of the number
78+
* to the first digit [excluding the sign] of the number
7979
*/
8080
s_reverse(_s, digs);
8181

0 commit comments

Comments
 (0)