diff options
| author | Paul Mackerras <paulus@samba.org> | 2002-09-05 17:45:15 +1000 |
|---|---|---|
| committer | Paul Mackerras <paulus@au1.ibm.com> | 2002-09-05 17:45:15 +1000 |
| commit | 0d2fe17dea10d430de94c9ddd7e0552086d0f473 (patch) | |
| tree | db0d822252de8ceb4ecc6bcaf379f98ae57d36f9 /include | |
| parent | 197154097f778c66fa49d713f3039175cfa45a80 (diff) | |
PPC32: fix a comment in asm-ppc/semaphore.h (extraneous "the")
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-ppc/semaphore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ppc/semaphore.h b/include/asm-ppc/semaphore.h index 88a68162a573..d7bc76fd84a2 100644 --- a/include/asm-ppc/semaphore.h +++ b/include/asm-ppc/semaphore.h @@ -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) */ |
