aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/rt-mutex-design.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/rt-mutex-design.txt')
-rw-r--r--Documentation/rt-mutex-design.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/rt-mutex-design.txt b/Documentation/rt-mutex-design.txt
index a5bcd7f5c33f..8666070d3189 100644
--- a/Documentation/rt-mutex-design.txt
+++ b/Documentation/rt-mutex-design.txt
@@ -30,7 +30,7 @@ is something called unbounded priority inversion. That is when the high
30priority process is prevented from running by a lower priority process for 30priority process is prevented from running by a lower priority process for
31an undetermined amount of time. 31an undetermined amount of time.
32 32
33The classic example of unbounded priority inversion is were you have three 33The classic example of unbounded priority inversion is where you have three
34processes, let's call them processes A, B, and C, where A is the highest 34processes, let's call them processes A, B, and C, where A is the highest
35priority process, C is the lowest, and B is in between. A tries to grab a lock 35priority process, C is the lowest, and B is in between. A tries to grab a lock
36that C owns and must wait and lets C run to release the lock. But in the 36that C owns and must wait and lets C run to release the lock. But in the