Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Aug 2018 17:57:51 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r338062 - head/sys/x86/x86
Message-ID:  <201808191757.w7JHvp8J062647@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808191757.w7JHvp8J062647>