Source-Changes-HG archive

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

[src/trunk]: src/sys/arch correct nofitication tpyo in comments.



details:   https://anonhg.NetBSD.org/src/rev/35210d1c8c2d
branches:  trunk
changeset: 348899:35210d1c8c2d
user:      maya <maya%NetBSD.org@localhost>
date:      Mon Nov 14 19:22:52 2016 +0000

description:
correct nofitication tpyo in comments.

from miod

diffstat:

 sys/arch/mipsco/mipsco/mips_3x30.c    |  6 +++---
 sys/arch/newsmips/newsmips/news3400.c |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r 3f9ec1893d7d -r 35210d1c8c2d sys/arch/mipsco/mipsco/mips_3x30.c
--- a/sys/arch/mipsco/mipsco/mips_3x30.c        Mon Nov 14 17:48:57 2016 +0000
+++ b/sys/arch/mipsco/mipsco/mips_3x30.c        Mon Nov 14 19:22:52 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mips_3x30.c,v 1.16 2014/03/24 20:06:32 christos Exp $  */
+/*     $NetBSD: mips_3x30.c,v 1.17 2016/11/14 19:22:52 maya Exp $      */
 
 /*
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #define        __INTR_PRIVATE
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mips_3x30.c,v 1.16 2014/03/24 20:06:32 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_3x30.c,v 1.17 2016/11/14 19:22:52 maya Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -102,7 +102,7 @@
        HANDLE_INTR(SYS_INTR_LEVEL0,    MIPS_INT_MASK_0);
 
 #if !defined(NOFPU)
-       /* FPU nofiticaition */
+       /* FPU notificaition */
        if (ipending & INT_MASK_FPU) {
                if (!USERMODE(status))
                        panic("kernel used FPU: PC %x, SR %x",
diff -r 3f9ec1893d7d -r 35210d1c8c2d sys/arch/newsmips/newsmips/news3400.c
--- a/sys/arch/newsmips/newsmips/news3400.c     Mon Nov 14 17:48:57 2016 +0000
+++ b/sys/arch/newsmips/newsmips/news3400.c     Mon Nov 14 19:22:52 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: news3400.c,v 1.23 2014/03/24 20:05:20 christos Exp $   */
+/*     $NetBSD: news3400.c,v 1.24 2016/11/14 19:22:52 maya Exp $       */
 
 /*-
  * Copyright (C) 1999 Tsubai Masanari.  All rights reserved.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: news3400.c,v 1.23 2014/03/24 20:05:20 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: news3400.c,v 1.24 2016/11/14 19:22:52 maya Exp $");
 
 #define __INTR_PRIVATE
 #include <sys/param.h>
@@ -132,7 +132,7 @@
                        news3400_level0_intr();
                }
 
-               /* FPU nofiticaition */
+               /* FPU notificaition */
                if (ipending & INT_MASK_FPU) {
                        if (!USERMODE(status))
                                panic("kernel used FPU: PC %x, SR %x",



Home | Main Index | Thread Index | Old Index