We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9f227 commit d0d5ab8Copy full SHA for d0d5ab8
divider/hello_divider.c
@@ -37,7 +37,7 @@ int main() {
37
printf("Working backwards! Result %d should equal %d!\n\n",
38
to_quotient_u32(result) * divisor + to_remainder_u32(result), dividend);
39
40
- // You can also do divides asynchronously. Divides will be complete after 8 cyles.
+ // You can also do divides asynchronously. Divides will be complete after 8 cycles.
41
42
hw_divider_divmod_s32_start(dividend, divisor);
43
0 commit comments