patch-2.4.0-test10 linux/arch/sh/kernel/semaphore.c
Next file: linux/arch/sh/kernel/setup.c
Previous file: linux/arch/sh/kernel/entry.S
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Oct 12 14:19:31 2000
- Orig file:
v2.4.0-test9/linux/arch/sh/kernel/semaphore.c
- Orig date:
Wed Aug 9 13:59:04 2000
diff -u --recursive --new-file v2.4.0-test9/linux/arch/sh/kernel/semaphore.c linux/arch/sh/kernel/semaphore.c
@@ -253,7 +253,7 @@
while (atomic_read(&sem->count) < 0) {
set_task_state(tsk, TASK_UNINTERRUPTIBLE | TASK_EXCLUSIVE);
if (atomic_read(&sem->count) >= 0)
- break; /* we must attempt to aquire or bias the lock */
+ break; /* we must attempt to acquire or bias the lock */
schedule();
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)