Fix priority donation example.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 10 Jan 2006 22:56:29 +0000 (22:56 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 10 Jan 2006 22:56:29 +0000 (22:56 +0000)
From Godmar Back's TA.

doc/threads.texi

index e6e64f14532360ce098fc85670e053d3b4ebcede..b84a8f6e7ebffc397d55681e6169f4d800e7ef7f 100644 (file)
@@ -681,8 +681,8 @@ If multiple threads have the same highest priority,
 
 Priority donation only changes the priority of the donee
 thread.  The donor thread's priority is unchanged.  
-Priority donation is not additive: if thread @var{A} (with priority 5) donates
-to thread @var{B} (with priority 3), then @var{B}'s new priority is 5, not 8.
+Priority donation is not additive: if thread @var{A} (with priority 3) donates
+to thread @var{B} (with priority 5), then @var{B}'s new priority is 3, not 8.
 
 @item Can a thread's priority change while it is on the ready queue?