From 5ae9e9b8e9240f8605cd4ed7ddf9c1207370dd35 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 9 Jul 2006 15:10:00 +0000 Subject: [PATCH] Fix typo. --- doc/44bsd.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2