Merge branch 'akpm' (patches from Andrew)
[linux-2.6-microblaze.git] / kernel / futex.c
index a587669..680854d 100644 (file)
@@ -916,7 +916,7 @@ static inline void exit_pi_state_list(struct task_struct *curr) { }
  * [10] Found  | Found    | task      | !=taskTID | 0/1    | Invalid
  *
  * [1] Indicates that the kernel can acquire the futex atomically. We
- *     came came here due to a stale FUTEX_WAITERS/FUTEX_OWNER_DIED bit.
+ *     came here due to a stale FUTEX_WAITERS/FUTEX_OWNER_DIED bit.
  *
  * [2] Valid, if TID does not belong to a kernel thread. If no matching
  *      thread is found then it indicates that the owner TID has died.