Module Name: src Committed By: snj Date: Sat Feb 27 19:10:42 UTC 2010
Modified Files: src/sys/arch/mips/include: locore.h Log Message: Fix a couple old typos in comments. To generate a diff of this commit: cvs rdiff -u -r1.80 -r1.81 src/sys/arch/mips/include/locore.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/mips/include/locore.h diff -u src/sys/arch/mips/include/locore.h:1.80 src/sys/arch/mips/include/locore.h:1.81 --- src/sys/arch/mips/include/locore.h:1.80 Mon Dec 14 00:46:04 2009 +++ src/sys/arch/mips/include/locore.h Sat Feb 27 19:10:41 2010 @@ -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;