Skip to content

Commit d0d5ab8

Browse files
authored
Small typo (#225)
1 parent 5d9f227 commit d0d5ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

divider/hello_divider.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ int main() {
3737
printf("Working backwards! Result %d should equal %d!\n\n",
3838
to_quotient_u32(result) * divisor + to_remainder_u32(result), dividend);
3939

40-
// You can also do divides asynchronously. Divides will be complete after 8 cyles.
40+
// You can also do divides asynchronously. Divides will be complete after 8 cycles.
4141

4242
hw_divider_divmod_s32_start(dividend, divisor);
4343

0 commit comments

Comments
 (0)