]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/frv/kernel/semaphore.c
spelling fixes: arch/frv/
[linux-2.6-omap-h63xx.git] / arch / frv / kernel / semaphore.c
index 8e182ced1a0f028d1020e5f44df4da8e5512722c..7ee3a147b47143cefb3b8c184727edaf933c1117 100644 (file)
@@ -139,7 +139,7 @@ void __up(struct semaphore *sem)
        waiter = list_entry(sem->wait_list.next, struct sem_waiter, list);
 
        /* We must be careful not to touch 'waiter' after we set ->task = NULL.
-        * It is an allocated on the waiter's stack and may become invalid at
+        * It is allocated on the waiter's stack and may become invalid at
         * any time after that point (due to a wakeup from another source).
         */
        list_del_init(&waiter->list);