From d0d5ab8cc496e485e23bad49ad54cf5433b9fd03 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Fri, 3 Feb 2023 19:24:41 +0000 Subject: [PATCH] Small typo (#225) --- divider/hello_divider.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/divider/hello_divider.c b/divider/hello_divider.c index 95c16e9..7804eaf 100644 --- a/divider/hello_divider.c +++ b/divider/hello_divider.c @@ -37,7 +37,7 @@ int main() { printf("Working backwards! Result %d should equal %d!\n\n", to_quotient_u32(result) * divisor + to_remainder_u32(result), dividend); - // 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. hw_divider_divmod_s32_start(dividend, divisor);