Module Name:    src
Committed By:   ad
Date:           Mon Jan 13 00:20:27 UTC 2020

Modified Files:
        src/sys/kern: subr_cpu.c

Log Message:
Fix a loltastic typo.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/kern/subr_cpu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/subr_cpu.c
diff -u src/sys/kern/subr_cpu.c:1.8 src/sys/kern/subr_cpu.c:1.9
--- src/sys/kern/subr_cpu.c:1.8	Sun Jan 12 13:29:24 2020
+++ src/sys/kern/subr_cpu.c	Mon Jan 13 00:20:26 2020
@@ -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 @@ cpu_topology_init(void)
 
 	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.
 		 */

Reply via email to