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) _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"