diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-03-12 02:46:14 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-03-12 02:46:14 +0000 |
commit | e410cb5441584bcba4c54e5fb75364a20bad8873 (patch) | |
tree | 6c2d2e66ac6080ca874b5f60309a83f71262ba43 | |
parent | 5bf5f1e30c8cfc21a1396ed136420f29d01970c6 (diff) |
Typo and spelling fixes.
-rw-r--r-- | arch/mips/baget/irq.c | 2 | ||||
-rw-r--r-- | arch/mips/dec/prom/memory.c | 2 | ||||
-rw-r--r-- | arch/mips/sgi/kernel/indy_sc.c | 2 | ||||
-rw-r--r-- | arch/mips64/sgi-ip22/ip22-sc.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/arch/mips/baget/irq.c b/arch/mips/baget/irq.c index 3a7e9b177..3cac91647 100644 --- a/arch/mips/baget/irq.c +++ b/arch/mips/baget/irq.c @@ -197,7 +197,7 @@ static void do_IRQ(int irq, struct pt_regs * regs) add_interrupt_randomness(irq); __cli(); } else { - printk("do_IRQ: Unregistered IRQ (0x%X) occured\n", irq); + printk("do_IRQ: Unregistered IRQ (0x%X) occurred\n", irq); } unmask_irq(irq); irq_exit(cpu, irq); diff --git a/arch/mips/dec/prom/memory.c b/arch/mips/dec/prom/memory.c index 765090fcf..8e1617ffb 100644 --- a/arch/mips/dec/prom/memory.c +++ b/arch/mips/dec/prom/memory.c @@ -34,7 +34,7 @@ extern int (*rex_getbitmap)(memmap *); extern int (*prom_printf)(char *, ...); #endif -volatile unsigned long mem_err = 0; /* So we know an error occured */ +volatile unsigned long mem_err = 0; /* So we know an error occurred */ /* * Probe memory in 4MB chunks, waiting for an error to tell us we've fallen diff --git a/arch/mips/sgi/kernel/indy_sc.c b/arch/mips/sgi/kernel/indy_sc.c index 8a8c95a4d..a60894d4f 100644 --- a/arch/mips/sgi/kernel/indy_sc.c +++ b/arch/mips/sgi/kernel/indy_sc.c @@ -1,5 +1,5 @@ /* - * indy_sc.c: Indy cache managment functions. + * indy_sc.c: Indy cache management functions. * * Copyright (C) 1997, 2001 Ralf Baechle (ralf@gnu.org), * derived from r4xx0.c by David S. Miller (dm@engr.sgi.com). diff --git a/arch/mips64/sgi-ip22/ip22-sc.c b/arch/mips64/sgi-ip22/ip22-sc.c index 21736bf0a..7846f6c21 100644 --- a/arch/mips64/sgi-ip22/ip22-sc.c +++ b/arch/mips64/sgi-ip22/ip22-sc.c @@ -1,6 +1,6 @@ /* $Id: ip22-sc.c,v 1.2 1999/12/04 03:59:01 ralf Exp $ * - * indy_sc.c: Indy cache managment functions. + * indy_sc.c: Indy cache management functions. * * Copyright (C) 1997 Ralf Baechle (ralf@gnu.org), * derived from r4xx0.c by David S. Miller (dm@engr.sgi.com). |