summaryrefslogtreecommitdiff
path: root/kern/rtmutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/rtmutex.c')
-rw-r--r--kern/rtmutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/rtmutex.c b/kern/rtmutex.c
index e78c3899..fcf5f358 100644
--- a/kern/rtmutex.c
+++ b/kern/rtmutex.c
@@ -36,7 +36,7 @@ void
rtmutex_lock_slow(struct rtmutex *rtmutex)
{
struct turnstile *turnstile;
- uintptr_t owner, prev_owner;
+ uintptr_t owner, prev_owner; /* TODO Review names */
struct thread *thread;
uintptr_t bits;