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?a=commitdiff_plain;ds=sidebyside;h=b8ae2a07cd4951359154cad05ab75e150dffd16e;hp=4b9c6406e80d1fe9e5aa236e0d34dadbc4703307;p=pintos-anon 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"