From: Ben Pfaff Date: Thu, 18 May 2006 17:08:52 +0000 (+0000) Subject: Fix comment typo. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=cee9b0f64fb157bc1e415c6d82336cb367ae44a6 Fix comment typo. --- 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"