From b3ac909c2672ba51839d91e246fb42979e5494d1 Mon Sep 17 00:00:00 2001 From: Roberto Hexsel <roberto@inf.ufpr.br> Date: Wed, 22 Jun 2016 21:47:37 -0300 Subject: [PATCH] small fixes --- cMIPS/tests/count.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cMIPS/tests/count.c b/cMIPS/tests/count.c index 9e27a8f..d0f644b 100644 --- a/cMIPS/tests/count.c +++ b/cMIPS/tests/count.c @@ -1,5 +1,5 @@ //------------------------------------------------------------------------- -// test if COUNT register counts up monotonically +// test if COUNT register counts up monotonically as it should // returns error if the time to compute every 11th element of the Fibonacci // sequence, as measured by COUNT is not monotonically increasing //------------------------------------------------------------------------- -- GitLab