summaryrefslogtreecommitdiff
path: root/arch/ppc/syslib/ppc8xx_pic.c
diff options
context:
space:
mode:
authorjoe@perches.com <joe@perches.com>2007-12-18 06:30:14 +1100
committerPaul Mackerras <paulus@samba.org>2007-12-20 16:17:47 +1100
commitc90e10962516c36edf5d9ea756cf11c7853084c5 (patch)
tree424bdc7df62df0cc45aa5dc049f25e905898f950 /arch/ppc/syslib/ppc8xx_pic.c
parent567e9fdd49bcfa7e15ebc0005853ac5529c81856 (diff)
[POWERPC] arch/ppc/: Spelling fixes
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/syslib/ppc8xx_pic.c')
-rw-r--r--arch/ppc/syslib/ppc8xx_pic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/syslib/ppc8xx_pic.c b/arch/ppc/syslib/ppc8xx_pic.c
index e8619c750732..bce9a75c80e3 100644
--- a/arch/ppc/syslib/ppc8xx_pic.c
+++ b/arch/ppc/syslib/ppc8xx_pic.c
@@ -16,7 +16,7 @@ extern int cpm_get_irq(void);
* the only interrupt controller. Some boards, like the MBX and
* Sandpoint have the 8259 as a secondary controller. Depending
* upon the processor type, the internal controller can have as
- * few as 16 interrups or as many as 64. We could use the
+ * few as 16 interrupts or as many as 64. We could use the
* "clear_bit()" and "set_bit()" functions like other platforms,
* but they are overkill for us.
*/