From: Ben Pfaff Date: Sun, 9 Jul 2006 15:10:00 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=5ae9e9b8e9240f8605cd4ed7ddf9c1207370dd35 Fix typo. --- diff --git a/doc/44bsd.texi b/doc/44bsd.texi index 40fd33d..f530824 100644 --- a/doc/44bsd.texi +++ b/doc/44bsd.texi @@ -86,7 +86,7 @@ The initial thread starts with a @var{nice} value of zero. Other threads start with a @var{nice} value inherited from their parent thread. You must implement the functions described below, which are for use by test programs. We have provided skeleton definitions for them in -@file{threads/thread.c}. by test programs +@file{threads/thread.c}. @deftypefun int thread_get_nice (void) Returns the current thread's @var{nice} value.