svn commit: r334051 - head/sys/dev/cpuctl
Mark Johnston
markj at FreeBSD.org
Tue May 22 15:49:24 UTC 2018
Author: markj
Date: Tue May 22 15:49:23 2018
New Revision: 334051
URL: https://svnweb.freebsd.org/changeset/base/334051
Log:
Typo.
Reported by: rgrimes, vangyzen
X-MFC with: r334050
Modified:
head/sys/dev/cpuctl/cpuctl.c
Modified: head/sys/dev/cpuctl/cpuctl.c
==============================================================================
--- head/sys/dev/cpuctl/cpuctl.c Tue May 22 15:38:51 2018 (r334050)
+++ head/sys/dev/cpuctl/cpuctl.c Tue May 22 15:49:23 2018 (r334051)
@@ -367,7 +367,7 @@ update_intel(int cpu, cpuctl_update_args_t *args, stru
rdmsr_safe(MSR_BIOS_SIGN, &rev0); /* Get current microcode revision. */
/*
- * Perform update. Flush caches first to work around seeingly
+ * Perform update. Flush caches first to work around seemingly
* undocumented errata applying to some Broadwell CPUs.
*/
wbinvd();
More information about the svn-src-all
mailing list