summaryrefslogtreecommitdiff
path: root/prism/util/pm_integer.c
diff options
context:
space:
mode:
authorHerwin <[email protected]>2024-05-28 16:02:52 +0200
committergit <[email protected]>2024-05-28 15:28:02 +0000
commit61e2916d1c297eeabcfeba4815cececff20db1dd (patch)
treebcdd45143297c02a548c85e7562a896a57df4b5e /prism/util/pm_integer.c
parent6b3935250ef08e4983a63b0a8f88b411ba1ccdd8 (diff)
[ruby/prism] Typo fix: poitive => positive
https://github.com/ruby/prism/commit/d13a05252d
Diffstat (limited to 'prism/util/pm_integer.c')
-rw-r--r--prism/util/pm_integer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/prism/util/pm_integer.c b/prism/util/pm_integer.c
index 137f736536..5b0f34465c 100644
--- a/prism/util/pm_integer.c
+++ b/prism/util/pm_integer.c
@@ -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