Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/include typos



details:   https://anonhg.NetBSD.org/src/rev/0c2868672621
branches:  trunk
changeset: 828711:0c2868672621
user:      maxv <maxv%NetBSD.org@localhost>
date:      Thu Dec 28 08:30:36 2017 +0000

description:
typos

diffstat:

 sys/arch/x86/include/cpu.h |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (39 lines):

diff -r 10dc360f25c7 -r 0c2868672621 sys/arch/x86/include/cpu.h
--- a/sys/arch/x86/include/cpu.h        Thu Dec 28 07:46:34 2017 +0000
+++ b/sys/arch/x86/include/cpu.h        Thu Dec 28 08:30:36 2017 +0000
@@ -1,6 +1,6 @@
-/*     $NetBSD: cpu.h,v 1.83 2017/12/02 21:04:59 christos Exp $        */
+/*     $NetBSD: cpu.h,v 1.84 2017/12/28 08:30:36 maxv Exp $    */
 
-/*-
+/*
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
  *
@@ -101,7 +101,7 @@
        struct lwp *ci_fpcurlwp;        /* current owner of the FPU */
        cpuid_t ci_cpuid;               /* our CPU ID */
        uint32_t ci_acpiid;             /* our ACPI/MADT ID */
-       uint32_t ci_initapicid;         /* our intitial APIC ID */
+       uint32_t ci_initapicid;         /* our initial APIC ID */
 
        /*
         * Private members.
@@ -264,7 +264,7 @@
 /*
  * Processor flag notes: The "primary" CPU has certain MI-defined
  * roles (mostly relating to hardclock handling); we distinguish
- * betwen the processor which booted us, and the processor currently
+ * between the processor which booted us, and the processor currently
  * holding the "primary" role just to give us the flexibility later to
  * change primaries should we be sufficiently twisted.
  */
@@ -504,7 +504,7 @@
                                         * 3: maximum frequency
                                         */
 #define        CPU_TMLR_FREQUENCY      12      /* int: current frequency */
-#define        CPU_TMLR_VOLTAGE        13      /* int: curret voltage */
+#define        CPU_TMLR_VOLTAGE        13      /* int: current voltage */
 #define        CPU_TMLR_PERCENTAGE     14      /* int: current clock percentage */
 #define        CPU_FPU_SAVE            15      /* int: FPU Instructions layout
                                         * to use this, CPU_OSFXSR must be true



Home | Main Index | Thread Index | Old Index