Merge branch 'fix/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
[linux-drm-fsl-dcu.git] / Documentation / rt-mutex-design.txt
index 4b736d24da7a95ef0b292c542bedccf9122448f1..8df0b782c4d7f7ed8c3c617869db844b5f8321d8 100644 (file)
@@ -657,7 +657,7 @@ here.
 
 The waiter structure has a "task" field that points to the task that is blocked
 on the mutex.  This field can be NULL the first time it goes through the loop
-or if the task is a pending owner and had it's mutex stolen.  If the "task"
+or if the task is a pending owner and had its mutex stolen.  If the "task"
 field is NULL then we need to set up the accounting for it.
 
 Task blocks on mutex