diff options
| author | Steven Cole <elenstev@mesatop.com> | 2003-02-18 05:15:43 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-18 05:15:43 -0800 |
| commit | c06d780c586f938fac2e47b9f955a7366e9c7302 (patch) | |
| tree | 54ccd2966cc318f85c2b3f1183810ca3ef22a6b7 /include | |
| parent | 2c632ed50092c2bb9418e57af708585f7f283896 (diff) | |
[PATCH] spelling fix for interupt -> interrupt
This patch provides the following spelling fix.
interupt -> interrupt
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-alpha/core_marvel.h | 2 | ||||
| -rw-r--r-- | include/asm-m68knommu/m68360_enet.h | 2 | ||||
| -rw-r--r-- | include/asm-parisc/pdcpat.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-alpha/core_marvel.h b/include/asm-alpha/core_marvel.h index 0b78effd8b1c..a31be7bbd6e6 100644 --- a/include/asm-alpha/core_marvel.h +++ b/include/asm-alpha/core_marvel.h @@ -222,7 +222,7 @@ union IO7_POx_WBASE { /* * IO7 IID (Interrupt IDentifier) format * - * For level-sensative interupts, int_num is encoded as: + * For level-sensative interrupts, int_num is encoded as: * * bus/port slot/device INTx * <7:5> <4:2> <1:0> diff --git a/include/asm-m68knommu/m68360_enet.h b/include/asm-m68knommu/m68360_enet.h index c06faf02402b..c36f4d059203 100644 --- a/include/asm-m68knommu/m68360_enet.h +++ b/include/asm-m68knommu/m68360_enet.h @@ -93,7 +93,7 @@ #define ALEC 0x00000000 #define DISFC 0x00000000 #define PADS 0x00000000 -#define RET_LIM 0x000f /* retry 15 times to send a frame before interupt */ +#define RET_LIM 0x000f /* retry 15 times to send a frame before interrupt */ #define ETH_MFLR 0x05ee /* 1518 max frame size */ #define MINFLR 0x0040 /* Minimum frame size 64 */ #define MAXD1 0x05ee /* Max dma count 1518 */ diff --git a/include/asm-parisc/pdcpat.h b/include/asm-parisc/pdcpat.h index 38fb2597f260..2f74d900812a 100644 --- a/include/asm-parisc/pdcpat.h +++ b/include/asm-parisc/pdcpat.h @@ -99,7 +99,7 @@ ** Monarch Processor */ #define PDC_PAT_HPMC_RENDEZ_CPU 0L /* go into spin loop */ #define PDC_PAT_HPMC_SET_PARAMS 1L /* Allows OS to specify intr which PDC - * will use to interupt OS during machine + * will use to interrupt OS during machine * check rendezvous */ /* parameters for PDC_PAT_HPMC_SET_PARAMS: */ |
