]> git.neil.brown.name Git - history.git/commitdiff
PPC32: fix a comment in asm-ppc/semaphore.h (extraneous "the")
authorPaul Mackerras <paulus@samba.org>
Thu, 5 Sep 2002 07:45:15 +0000 (17:45 +1000)
committerPaul Mackerras <paulus@au1.ibm.com>
Thu, 5 Sep 2002 07:45:15 +0000 (17:45 +1000)
include/asm-ppc/semaphore.h

index 88a68162a5733e44ab6b80f3ae12c0a79fd90864..d7bc76fd84a27c5cd77b7d5f625ab5f5c0752b79 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * BK Id: SCCS/s.semaphore.h 1.15 05/17/01 18:14:25 cort
+ * BK Id: %F% %I% %G% %U% %#%
  */
 #ifndef _PPC_SEMAPHORE_H
 #define _PPC_SEMAPHORE_H
@@ -12,7 +12,7 @@
  * -- Ani Joshi (ajoshi@unixbox.com)
  *
  * Remove spinlock-based RW semaphores; RW semaphore definitions are
- * now in rwsem.h and we use the the generic lib/rwsem.c implementation.
+ * now in rwsem.h and we use the generic lib/rwsem.c implementation.
  * Rework semaphores to use atomic_dec_if_positive.
  * -- Paul Mackerras (paulus@samba.org)
  */