Module Name: src
Committed By: dholland
Date: Mon Jul 4 14:47:39 UTC 2016
Modified Files:
src/sys/arch/mips/mips: mipsX_subr.S
Log Message:
typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/mips/mips/mipsX_subr.S
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/mips/mipsX_subr.S
diff -u src/sys/arch/mips/mips/mipsX_subr.S:1.64 src/sys/arch/mips/mips/mipsX_subr.S:1.65
--- src/sys/arch/mips/mips/mipsX_subr.S:1.64 Mon Jul 4 14:29:55 2016
+++ src/sys/arch/mips/mips/mipsX_subr.S Mon Jul 4 14:47:39 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: mipsX_subr.S,v 1.64 2016/07/04 14:29:55 skrll Exp $ */
+/* $NetBSD: mipsX_subr.S,v 1.65 2016/07/04 14:47:39 dholland Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -757,7 +757,7 @@ NESTED_NOPROFILE(MIPSX(kern_gen_exceptio
/*
* Start of common kernel exception return code for both
- * mipxN_kern_gen_exception and mipsN_kern_intr.
+ * mipsN_kern_gen_exception and mipsN_kern_intr.
*/
MIPSX(kern_return):
REG_L t0, TF_BASE+TF_REG_MULLO(sp)