diff --git a/[refs] b/[refs] index 5c78423ff130..87e558ca3579 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 77cd7693787d0021786078da22a015cea938e466 +refs/heads/master: ca4a04cf3dd0cecb5e7188ed7796cc55fc13aeb1 diff --git a/trunk/kernel/futex.c b/trunk/kernel/futex.c index f4e811c8623c..557c9c7cdd88 100644 --- a/trunk/kernel/futex.c +++ b/trunk/kernel/futex.c @@ -1763,7 +1763,7 @@ static void futex_wait_queue_me(struct futex_hash_bucket *hb, struct futex_q *q, * * Returns: * 0 - uaddr contains val and hb has been locked - * <1 - -EFAULT or -EWOULDBLOCK (uaddr does not contain val) and hb is unlcoked + * <1 - -EFAULT or -EWOULDBLOCK (uaddr does not contain val) and hb is unlocked */ static int futex_wait_setup(u32 __user *uaddr, u32 val, unsigned int flags, struct futex_q *q, struct futex_hash_bucket **hb)