Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Fix a loltastic typo.



details:   https://anonhg.NetBSD.org/src/rev/dfdf30159b47
branches:  trunk
changeset: 467086:dfdf30159b47
user:      ad <ad%NetBSD.org@localhost>
date:      Mon Jan 13 00:20:26 2020 +0000

description:
Fix a loltastic typo.

diffstat:

 sys/kern/subr_cpu.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a57e91a19fb0 -r dfdf30159b47 sys/kern/subr_cpu.c
--- a/sys/kern/subr_cpu.c       Mon Jan 13 00:19:43 2020 +0000
+++ b/sys/kern/subr_cpu.c       Mon Jan 13 00:20:26 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_cpu.c,v 1.8 2020/01/12 13:29:24 ad Exp $  */
+/*     $NetBSD: subr_cpu.c,v 1.9 2020/01/13 00:20:26 ad Exp $  */
 
 /*-
  * Copyright (c) 2007, 2008, 2009, 2010, 2012, 2019, 2020
@@ -61,7 +61,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_cpu.c,v 1.8 2020/01/12 13:29:24 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_cpu.c,v 1.9 2020/01/13 00:20:26 ad Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -376,7 +376,7 @@
 
        if (cpu_topology_haveslow) {
                /*
-                * For assymmetric systems where some CPUs are slower than
+                * For asymmetric systems where some CPUs are slower than
                 * others, mark first class CPUs for the scheduler.  This
                 * conflicts with SMT right now so whinge if observed.
                 */



Home | Main Index | Thread Index | Old Index