diff options
| author | Michael Hayes <mike@aiinc.ca> | 2003-02-25 02:07:36 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-25 02:07:36 -0800 |
| commit | e5137db6b604b9feed0545954e8ea0495fee1249 (patch) | |
| tree | 1c778f6104840c289cf33e4a80249b33ff1f0f9b /include | |
| parent | 9925742a33a9e527fa849b2128d4dd368b497f77 (diff) | |
[PATCH] Spelling fixes: doesn't
doesnt -> doesn't (35 occurrences)
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-i386/mach-default/do_timer.h | 2 | ||||
| -rw-r--r-- | include/asm-i386/pgtable-2level.h | 2 | ||||
| -rw-r--r-- | include/asm-i386/semaphore.h | 2 | ||||
| -rw-r--r-- | include/asm-mips/pgtable.h | 2 | ||||
| -rw-r--r-- | include/asm-mips64/pgtable.h | 2 | ||||
| -rw-r--r-- | include/asm-sh/semaphore.h | 2 | ||||
| -rw-r--r-- | include/asm-um/pgtable.h | 2 | ||||
| -rw-r--r-- | include/asm-x86_64/semaphore.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/include/asm-i386/mach-default/do_timer.h b/include/asm-i386/mach-default/do_timer.h index e41ce3fe29da..8ac79726f5d1 100644 --- a/include/asm-i386/mach-default/do_timer.h +++ b/include/asm-i386/mach-default/do_timer.h @@ -67,7 +67,7 @@ static inline int do_timer_overflow(int count) #ifdef BUGGY_NEPTUN_TIMER /* * for the Neptun bug we know that the 'latch' - * command doesnt latch the high and low value + * command doesn't latch the high and low value * of the counter atomically. Thus we have to * substract 256 from the counter * ... funny, isnt it? :) diff --git a/include/asm-i386/pgtable-2level.h b/include/asm-i386/pgtable-2level.h index 9f8bdc13adac..c4dbf4cc6cb1 100644 --- a/include/asm-i386/pgtable-2level.h +++ b/include/asm-i386/pgtable-2level.h @@ -42,7 +42,7 @@ static inline int pgd_present(pgd_t pgd) { return 1; } #define set_pte(pteptr, pteval) (*(pteptr) = pteval) #define set_pte_atomic(pteptr, pteval) set_pte(pteptr,pteval) /* - * (pmds are folded into pgds so this doesnt get actually called, + * (pmds are folded into pgds so this doesn't get actually called, * but the define is needed for a generic inline function.) */ #define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval) diff --git a/include/asm-i386/semaphore.h b/include/asm-i386/semaphore.h index b4415eef62ce..986da200e5c8 100644 --- a/include/asm-i386/semaphore.h +++ b/include/asm-i386/semaphore.h @@ -76,7 +76,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; diff --git a/include/asm-mips/pgtable.h b/include/asm-mips/pgtable.h index 3ca40f63456e..8a0fb426172f 100644 --- a/include/asm-mips/pgtable.h +++ b/include/asm-mips/pgtable.h @@ -291,7 +291,7 @@ extern inline void pte_clear(pte_t *ptep) } /* - * (pmds are folded into pgds so this doesnt get actually called, + * (pmds are folded into pgds so this doesn't get actually called, * but the define is needed for a generic inline function.) */ #define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval) diff --git a/include/asm-mips64/pgtable.h b/include/asm-mips64/pgtable.h index b32768e57d16..b47b11682135 100644 --- a/include/asm-mips64/pgtable.h +++ b/include/asm-mips64/pgtable.h @@ -318,7 +318,7 @@ extern inline void pte_clear(pte_t *ptep) } /* - * (pmds are folded into pgds so this doesnt get actually called, + * (pmds are folded into pgds so this doesn't get actually called, * but the define is needed for a generic inline function.) */ #define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval) 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; diff --git a/include/asm-um/pgtable.h b/include/asm-um/pgtable.h index 2771f2305830..236dd25497bf 100644 --- a/include/asm-um/pgtable.h +++ b/include/asm-um/pgtable.h @@ -226,7 +226,7 @@ static inline void set_pte(pte_t *pteptr, pte_t pteval) } /* - * (pmds are folded into pgds so this doesnt get actually called, + * (pmds are folded into pgds so this doesn't get actually called, * but the define is needed for a generic inline function.) */ #define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval) diff --git a/include/asm-x86_64/semaphore.h b/include/asm-x86_64/semaphore.h index f3d4293d9d8d..6f42c7af790b 100644 --- a/include/asm-x86_64/semaphore.h +++ b/include/asm-x86_64/semaphore.h @@ -78,7 +78,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; |
