svn commit: r338062 - head/sys/x86/x86

John Baldwin jhb at FreeBSD.org
Sun Aug 19 17:57:52 UTC 2018


Author: jhb
Date: Sun Aug 19 17:57:51 2018
New Revision: 338062
URL: https://svnweb.freebsd.org/changeset/base/338062

Log:
  Fix a couple of comment nits.

Modified:
  head/sys/x86/x86/local_apic.c

Modified: head/sys/x86/x86/local_apic.c
==============================================================================
--- head/sys/x86/x86/local_apic.c	Sun Aug 19 17:47:30 2018	(r338061)
+++ head/sys/x86/x86/local_apic.c	Sun Aug 19 17:57:51 2018	(r338062)
@@ -1925,8 +1925,8 @@ apic_setup_io(void *dummy __unused)
 	/*
 	 * Finish setting up the local APIC on the BSP once we know
 	 * how to properly program the LINT pins.  In particular, this
-	 * enables the EOI suppression mode, if LAPIC support it and
-	 * user did not disabled the mode.
+	 * enables the EOI suppression mode, if LAPIC supports it and
+	 * user did not disable the mode.
 	 */
 	lapic_setup(1);
 	if (bootverbose)


More information about the svn-src-all mailing list