On 11/05/07 20:42, Simon Arlott wrote:
diff --git a/arch/mips/kernel/semaphore.c b/arch/mips/kernel/semaphore.c
index 1265358..b363604 100644
--- a/arch/mips/kernel/semaphore.c
+++ b/arch/mips/kernel/semaphore.c
@@ -33,7 +33,7 @@
* return old_count;
*
* On machines without lld/scd we need a spinlock to make the
manipulation of
- * sem->count and sem->waking atomic. Scalability isn't an issue because
+ * sem->count and sem->waking atomic. Scalibility isn't an issue because
* this lock is used on UP only so it's just an empty variable.
*/
static inline int __sem_update_count(struct semaphore *sem, int incr)
I thought I'd reverted that mistake... it was correct already, too many
"capability" fixes confusing me :/
--
Simon Arlott