Skip to content

Commit

Permalink
Merge pull request #2849 from herwinw/typo_poitive
Browse files Browse the repository at this point in the history
Typo fix: poitive => positive
  • Loading branch information
kddnewton committed May 28, 2024
2 parents b24c027 + d13a052 commit 3a47afe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/pm_integer.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ big_add(pm_integer_t *destination, pm_integer_t *left, pm_integer_t *right, uint

/**
* Internal use for karatsuba_multiply. Calculates `a - b - c` with the given
* base. Assume a, b, c, a - b - c all to be poitive.
* base. Assume a, b, c, a - b - c all to be positive.
* Return pm_integer_t with values allocated. Not normalized.
*/
static void
Expand Down

0 comments on commit 3a47afe

Please sign in to comment.