diff options
| author | Michael Hayes <mike@aiinc.ca> | 2003-02-25 02:08:00 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-25 02:08:00 -0800 |
| commit | fe875c98cabed9a797be7d571336df6d1446f3b7 (patch) | |
| tree | c5f462013f2fbbbcb512431ae33771e31f01a6b4 /include/asm-alpha | |
| parent | ee54706e20576fe56c6f11777e16d2dedce2d962 (diff) | |
[PATCH] Spelling fixes: don't
dont -> don't (135 occurrences)
Diffstat (limited to 'include/asm-alpha')
| -rw-r--r-- | include/asm-alpha/mman.h | 2 | ||||
| -rw-r--r-- | include/asm-alpha/rwsem.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-alpha/mman.h b/include/asm-alpha/mman.h index ded73a94a99d..caa92997d4fe 100644 --- a/include/asm-alpha/mman.h +++ b/include/asm-alpha/mman.h @@ -39,7 +39,7 @@ #define MADV_SEQUENTIAL 2 /* expect sequential page references */ #define MADV_WILLNEED 3 /* will need these pages */ #define MADV_SPACEAVAIL 5 /* ensure resources are available */ -#define MADV_DONTNEED 6 /* dont need these pages */ +#define MADV_DONTNEED 6 /* don't need these pages */ /* compatibility flags */ #define MAP_ANON MAP_ANONYMOUS diff --git a/include/asm-alpha/rwsem.h b/include/asm-alpha/rwsem.h index c3abe5d2d41b..8e058a67c9a4 100644 --- a/include/asm-alpha/rwsem.h +++ b/include/asm-alpha/rwsem.h @@ -7,7 +7,7 @@ */ #ifndef _LINUX_RWSEM_H -#error please dont include asm/rwsem.h directly, use linux/rwsem.h instead +#error "please don't include asm/rwsem.h directly, use linux/rwsem.h instead" #endif #ifdef __KERNEL__ |
