]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] Typo in linux_include_asm-parisc_semaphore.h
authorJames Mayer <james@cobaltmountain.com>
Mon, 15 Jul 2002 06:04:58 +0000 (23:04 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Mon, 15 Jul 2002 06:04:58 +0000 (23:04 -0700)
include/asm-parisc/semaphore.h

index 1434908edb4680cfe446b6407ab757e2cc2fdfc9..04eb43929c8af64dce40a8f7fcce0ec8aed2a470 100644 (file)
@@ -53,7 +53,7 @@ extern inline void sema_init (struct semaphore *sem, int val)
  *     *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val);
  *
  * i'd rather use the more flexible initialization above, but sadly
- * GCC 2.7.2.3 emits a bogus warning. EGCS doesnt. Oh well.
+ * GCC 2.7.2.3 emits a bogus warning. EGCS doesn't. Oh well.
  */
        atomic_set(&sem->count, val);
        sem->waking = 0;