"woken up" => "awakened"
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 8 Jul 2006 18:56:36 +0000 (18:56 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 8 Jul 2006 18:56:36 +0000 (18:56 +0000)
doc/threads.texi

index 7964879223fb93e4ad7e67e791c1946b4b68e649..f8cd04e704e2ccf1b83ddda41e4e27ab4e2b49fd 100644 (file)
@@ -447,7 +447,7 @@ When a thread is added to the ready list that has a higher priority
 than the currently running thread, the current thread should
 immediately yield the processor to the new thread.  Similarly, when
 threads are waiting for a lock, semaphore, or condition variable, the
-highest priority waiting thread should be woken up first.  A thread
+highest priority waiting thread should be awakened first.  A thread
 may raise or lower its own priority at any time, but lowering its
 priority such that it no longer has the highest priority must cause it
 to immediately yield the CPU.