From 61e2916d1c297eeabcfeba4815cececff20db1dd Mon Sep 17 00:00:00 2001 From: Herwin Date: Tue, 28 May 2024 16:02:52 +0200 Subject: [PATCH] [ruby/prism] Typo fix: poitive => positive https://github.com/ruby/prism/commit/d13a05252d --- prism/util/pm_integer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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