Skip to content

Commit d13a052

Browse files
committed
Typo fix: poitive => positive
1 parent ee83a45 commit d13a052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/pm_integer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ big_add(pm_integer_t *destination, pm_integer_t *left, pm_integer_t *right, uint
4848

4949
/**
5050
* Internal use for karatsuba_multiply. Calculates `a - b - c` with the given
51-
* base. Assume a, b, c, a - b - c all to be poitive.
51+
* base. Assume a, b, c, a - b - c all to be positive.
5252
* Return pm_integer_t with values allocated. Not normalized.
5353
*/
5454
static void

0 commit comments

Comments
 (0)