template.c: grammar: "into" -> "to"
This commit is contained in:
parent
96defbf730
commit
df239dc9bb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user