From bf1cb941ced69720d168c59153b9b14af9e106af Mon Sep 17 00:00:00 2001 From: markj Date: Tue, 22 May 2018 15:49:23 +0000 Subject: [PATCH] Typo. Reported by: rgrimes, vangyzen X-MFC with: r334050 --- sys/dev/cpuctl/cpuctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/cpuctl/cpuctl.c b/sys/dev/cpuctl/cpuctl.c index 1d0a97a72120..3893b4d6ce74 100644 --- a/sys/dev/cpuctl/cpuctl.c +++ b/sys/dev/cpuctl/cpuctl.c @@ -367,7 +367,7 @@ update_intel(int cpu, cpuctl_update_args_t *args, struct thread *td) 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();