From df239dc9bb700e766dcfa09ac6cdaf81774e1459 Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Wed, 10 Jan 2024 18:54:35 +0300 Subject: [PATCH] template.c: grammar: "into" -> "to" --- src/template.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/template.c b/src/template.c index 4c6d6e6..58e9f67 100644 --- a/src/template.c +++ b/src/template.c @@ -246,7 +246,7 @@ main(void) uintmax_t bytebeat_res = (uintmax_t) bytebeat(floor((long double) w)); #endif - // 2. if signed, then wrap up into unsigned + // 2. if signed, then wrap up to unsigned #if IS_SIGNED bytebeat_res = signed_to_unsigned(bytebeat_res); #endif