Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/hpcmips spelling



details:   https://anonhg.NetBSD.org/src/rev/7cdd3b6df160
branches:  trunk
changeset: 744928:7cdd3b6df160
user:      sevan <sevan%NetBSD.org@localhost>
date:      Mon Feb 17 22:52:18 2020 +0000

description:
spelling

diffstat:

 sys/arch/hpcmips/hpcmips/hpcapm_machdep.c |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r ee5f21a42042 -r 7cdd3b6df160 sys/arch/hpcmips/hpcmips/hpcapm_machdep.c
--- a/sys/arch/hpcmips/hpcmips/hpcapm_machdep.c Mon Feb 17 21:49:27 2020 +0000
+++ b/sys/arch/hpcmips/hpcmips/hpcapm_machdep.c Mon Feb 17 22:52:18 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hpcapm_machdep.c,v 1.5 2011/03/16 13:23:41 tsutsui Exp $       */
+/*     $NetBSD: hpcapm_machdep.c,v 1.6 2020/02/17 22:52:18 sevan Exp $ */
 
 /*
  * Copyright (c) 2000 Takemura Shin
@@ -29,7 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hpcapm_machdep.c,v 1.5 2011/03/16 13:23:41 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hpcapm_machdep.c,v 1.6 2020/02/17 22:52:18 sevan Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -67,8 +67,8 @@
                vrip_splpiu();
 
                /*
-                * STANDBY instruction puts the CPU into power saveing
-                * state until some interrupt occuer.
+                * STANDBY instruction puts the CPU into power saving
+                * state until some interrupt occurs.
                 * It sleeps until you push the power button.
                 */
                __asm(".set noreorder");
@@ -99,8 +99,8 @@
                vrip_splpiu();
 
                /*
-                * SUSPEND instruction puts the CPU into power saveing
-                * state until some interrupt occuer.
+                * SUSPEND instruction puts the CPU into power saving
+                * state until some interrupt occurs.
                 * It sleeps until you push the power button.
                 */
                __asm(".set noreorder");



Home | Main Index | Thread Index | Old Index