diff options
author | Bart Van Assche <bvanassche@acm.org> | 2011-07-17 09:01:00 +0200 |
---|---|---|
committer | Huang Shijie <b32955@freescale.com> | 2012-02-28 19:10:35 +0800 |
commit | 898220ae8baab09aa1e9f1039be7bbee573d5bd7 (patch) | |
tree | 888d26574f79e1ad33acb5f455903b42b69bca71 /kernel | |
parent | 69f2904cf6517048d3aab7aa3761b0350470c994 (diff) |
futex: Fix spelling in a source code comment
Change a single occurrence of "unlcoked" into "unlocked".
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Cc: Darren Hart <dvhltc@us.ibm.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/futex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/futex.c b/kernel/futex.c index 0173581b287f..1511dff0cfd6 100644 --- a/kernel/futex.c +++ b/kernel/futex.c @@ -1793,7 +1793,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) |