diff options
| author | Michael Hayes <mike@aiinc.ca> | 2003-02-25 02:07:15 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-25 02:07:15 -0800 |
| commit | d3b8cdb900522d203e5cf92e96f0647d1969813a (patch) | |
| tree | a76e282635f102ac8686748e5cc007c542c41b5b /include | |
| parent | 460f573ac7840fa78a1760eda98cf9cf7ddcd212 (diff) | |
[PATCH] Spelling fixes: can't
cant -> can't (28 occurrences)
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-arm/proc-fns.h | 2 | ||||
| -rw-r--r-- | include/asm-m68k/swim_iop.h | 2 | ||||
| -rw-r--r-- | include/linux/if.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-arm/proc-fns.h b/include/asm-arm/proc-fns.h index 2abed4e4e500..88d7ac58b97c 100644 --- a/include/asm-arm/proc-fns.h +++ b/include/asm-arm/proc-fns.h @@ -125,7 +125,7 @@ #if 0 * The following is to fool mkdep into generating the correct - * dependencies. Without this, it cant figure out that this + * dependencies. Without this, it can't figure out that this * file does indeed depend on the cpu-*.h files. #include <asm/cpu-single.h> #include <asm/cpu-multi26.h> diff --git a/include/asm-m68k/swim_iop.h b/include/asm-m68k/swim_iop.h index 12df2635f1ac..f29b67876b01 100644 --- a/include/asm-m68k/swim_iop.h +++ b/include/asm-m68k/swim_iop.h @@ -60,7 +60,7 @@ #define gcrOnMFMErr -400 /* GCR (400/800K) on HD media */ #define verErr -84 /* verify failed */ -#define fmt2Err -83 /* cant get enough sync during format */ +#define fmt2Err -83 /* can't get enough sync during format */ #define fmt1Err -82 /* can't find sector 0 after track format */ #define sectNFErr -81 /* can't find sector */ #define seekErr -80 /* drive error during seek */ diff --git a/include/linux/if.h b/include/linux/if.h index 734578911ba8..898cfdf1bb14 100644 --- a/include/linux/if.h +++ b/include/linux/if.h @@ -59,7 +59,7 @@ #define IF_IFACE_X21 0x1002 /* X.21 serial interface */ #define IF_IFACE_T1 0x1003 /* T1 telco serial interface */ #define IF_IFACE_E1 0x1004 /* E1 telco serial interface */ -#define IF_IFACE_SYNC_SERIAL 0x1005 /* cant'b be set by software */ +#define IF_IFACE_SYNC_SERIAL 0x1005 /* can't be set by software */ /* For definitions see hdlc.h */ #define IF_PROTO_HDLC 0x2000 /* raw HDLC protocol */ |
