1
0

template.c: grammar: "into" -> "to"

This commit is contained in:
Intel A80486DX2-66 2024-01-10 18:54:35 +03:00
parent 96defbf730
commit df239dc9bb
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -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