summaryrefslogtreecommitdiff
path: root/include/asm-mips/sgi
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2008-02-03 16:57:20 +0200
committerAdrian Bunk <bunk@kernel.org>2008-02-03 16:57:20 +0200
commiteebfa976ad35b1a0debd359f1c4daed3856e21f8 (patch)
tree61a0c6c4ff7185c0d81cbcf5ae24770cca1ee9b7 /include/asm-mips/sgi
parent603e82edf78ad6c0f836023f8db585620211947b (diff)
include/asm-mips/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Diffstat (limited to 'include/asm-mips/sgi')
-rw-r--r--include/asm-mips/sgi/ip22.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/sgi/ip22.h b/include/asm-mips/sgi/ip22.h
index f4981c4f16bb..c0501f91719b 100644
--- a/include/asm-mips/sgi/ip22.h
+++ b/include/asm-mips/sgi/ip22.h
@@ -15,7 +15,7 @@
/*
* These are the virtual IRQ numbers, we divide all IRQ's into
* 'spaces', the 'space' determines where and how to enable/disable
- * that particular IRQ on an SGI machine. HPC DMA and MC DMA interrups
+ * that particular IRQ on an SGI machine. HPC DMA and MC DMA interrupts
* are not supported this way. Driver is supposed to allocate HPC/MC
* interrupt as shareable and then look to proper status bit (see
* HAL2 driver). This will prevent many complications, trust me ;-)