From cee9b0f64fb157bc1e415c6d82336cb367ae44a6 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 18 May 2006 17:08:52 +0000 Subject: [PATCH] Fix comment typo. --- src/tests/threads/mlfqs-block.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/threads/mlfqs-block.c b/src/tests/threads/mlfqs-block.c index 93ed5ec..4e3fffa 100644 --- a/src/tests/threads/mlfqs-block.c +++ b/src/tests/threads/mlfqs-block.c @@ -7,7 +7,7 @@ seconds (until the main thread releases it). If recent_cpu decays properly while the "block" thread sleeps, then the block thread should be immediately scheduled when the main - thread releases the lock,. */ + thread releases the lock. */ #include #include "tests/threads/tests.h" -- 2.30.2