summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/setup.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1999-05-01 22:40:34 +0000
committerRalf Baechle <ralf@linux-mips.org>1999-05-01 22:40:34 +0000
commit9f99c1f15350847e106bbe6bebc99d1d8f24901b (patch)
tree938079d6670642d8d6a8f04b309bc5d4c2580d09 /arch/mips/kernel/setup.c
parent14efd52739e7a39f3de754e49f4fc7b111dfcd08 (diff)
Spelling fixes from Alan Cox.
Diffstat (limited to 'arch/mips/kernel/setup.c')
-rw-r--r--arch/mips/kernel/setup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/setup.c b/arch/mips/kernel/setup.c
index 1d9b76b5c..9af079b7d 100644
--- a/arch/mips/kernel/setup.c
+++ b/arch/mips/kernel/setup.c
@@ -1,4 +1,4 @@
-/* $Id: setup.c,v 1.13 1999/03/13 12:33:26 tsbogend Exp $
+/* $Id: setup.c,v 1.14 1999/05/01 12:23:45 harald Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
@@ -97,7 +97,7 @@ struct kbd_ops *kbd_ops;
/*
* Setup information
*
- * These are intialized so they are in the .data section
+ * These are initialized so they are in the .data section
*/
unsigned long mips_memory_upper = KSEG0; /* this is set by kernel_entry() */
unsigned long mips_cputype = CPU_UNKNOWN;