Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/mips/mips typo in comment



details:   https://anonhg.NetBSD.org/src/rev/7fc3e47ef296
branches:  trunk
changeset: 346275:7fc3e47ef296
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Jul 04 14:47:39 2016 +0000

description:
typo in comment

diffstat:

 sys/arch/mips/mips/mipsX_subr.S |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 419a3dc48921 -r 7fc3e47ef296 sys/arch/mips/mips/mipsX_subr.S
--- a/sys/arch/mips/mips/mipsX_subr.S   Mon Jul 04 14:29:55 2016 +0000
+++ b/sys/arch/mips/mips/mipsX_subr.S   Mon Jul 04 14:47:39 2016 +0000
@@ -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 @@
 
        /*
         * 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)



Home | Main Index | Thread Index | Old Index