[ruby/prism] Typo fix: poitive => positive
https://github.com/ruby/prism/commit/d13a05252d
This commit is contained in:
parent
6b3935250e
commit
61e2916d1c
@ -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
|
* 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.
|
* Return pm_integer_t with values allocated. Not normalized.
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
|
Loading…
x
Reference in New Issue
Block a user