summaryrefslogtreecommitdiff
path: root/include/asm-sh
diff options
context:
space:
mode:
authorMichael Hayes <mike@aiinc.ca>2003-02-25 02:07:36 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-02-25 02:07:36 -0800
commite5137db6b604b9feed0545954e8ea0495fee1249 (patch)
tree1c778f6104840c289cf33e4a80249b33ff1f0f9b /include/asm-sh
parent9925742a33a9e527fa849b2128d4dd368b497f77 (diff)
[PATCH] Spelling fixes: doesn't
doesnt -> doesn't (35 occurrences)
Diffstat (limited to 'include/asm-sh')
-rw-r--r--include/asm-sh/semaphore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/semaphore.h b/include/asm-sh/semaphore.h
index 9d37ec9a483f..5ec7e3ae768f 100644
--- a/include/asm-sh/semaphore.h
+++ b/include/asm-sh/semaphore.h
@@ -54,7 +54,7 @@ static 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->sleepers = 0;