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));
|
uintmax_t bytebeat_res = (uintmax_t) bytebeat(floor((long double) w));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// 2. if signed, then wrap up into unsigned
|
// 2. if signed, then wrap up to unsigned
|
||||||
#if IS_SIGNED
|
#if IS_SIGNED
|
||||||
bytebeat_res = signed_to_unsigned(bytebeat_res);
|
bytebeat_res = signed_to_unsigned(bytebeat_res);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user