Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/include Fix a couple old typos in comments.
details: https://anonhg.NetBSD.org/src/rev/bb16d1ebbfdb
branches: trunk
changeset: 752489:bb16d1ebbfdb
user: snj <snj%NetBSD.org@localhost>
date: Sat Feb 27 19:10:41 2010 +0000
description:
Fix a couple old typos in comments.
diffstat:
sys/arch/mips/include/locore.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 23bc35c48a8e -r bb16d1ebbfdb sys/arch/mips/include/locore.h
--- a/sys/arch/mips/include/locore.h Sat Feb 27 16:51:03 2010 +0000
+++ b/sys/arch/mips/include/locore.h Sat Feb 27 19:10:41 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: locore.h,v 1.80 2009/12/14 00:46:04 matt Exp $ */
+/* $NetBSD: locore.h,v 1.81 2010/02/27 19:10:41 snj Exp $ */
/*
* Copyright 1996 The Board of Trustees of The Leland Stanford
@@ -16,7 +16,7 @@
/*
* Jump table for MIPS CPU locore functions that are implemented
* differently on different generations, or instruction-level
- * archtecture (ISA) level, the Mips family.
+ * architecture (ISA) level, the Mips family.
*
* We currently provide support for MIPS I and MIPS III.
*/
@@ -308,7 +308,7 @@
};
/*
- * The "active" locore-fuction vector, and
+ * The "active" locore-function vector, and
*/
extern mips_locore_jumpvec_t mips_locore_jumpvec;
extern struct locoresw mips_locoresw;
Home |
Main Index |
Thread Index |
Old Index