Source-Changes-HG archive

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

[src/netbsd-8]: src/sys/arch/hpcmips/hpcmips Pull up following revision(s) (r...



details:   https://anonhg.NetBSD.org/src/rev/9075dfa3733c
branches:  netbsd-8
changeset: 744996:9075dfa3733c
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Feb 20 14:31:46 2020 +0000

description:
Pull up following revision(s) (requested by sevan in ticket #1506):

        sys/arch/hpcmips/hpcmips/hpcapm_machdep.c: revision 1.6

spelling

diffstat:

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

diffs (40 lines):

diff -r c5e79ea5ecd3 -r 9075dfa3733c sys/arch/hpcmips/hpcmips/hpcapm_machdep.c
--- a/sys/arch/hpcmips/hpcmips/hpcapm_machdep.c Thu Feb 13 19:38:52 2020 +0000
+++ b/sys/arch/hpcmips/hpcmips/hpcapm_machdep.c Thu Feb 20 14:31:46 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.5.48.1 2020/02/20 14:31:46 martin 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.5.48.1 2020/02/20 14:31:46 martin 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