svn commit: r189057 - in head/sys: amd64/amd64 i386/i386

Maxim Sobolev sobomax at FreeBSD.org
Wed Feb 25 14:24:57 PST 2009


Author: sobomax
Date: Wed Feb 25 22:24:56 2009
New Revision: 189057
URL: http://svn.freebsd.org/changeset/base/189057

Log:
  Fix typo in comments in r189023.

Modified:
  head/sys/amd64/amd64/mp_machdep.c
  head/sys/i386/i386/mp_machdep.c

Modified: head/sys/amd64/amd64/mp_machdep.c
==============================================================================
--- head/sys/amd64/amd64/mp_machdep.c	Wed Feb 25 20:56:27 2009	(r189056)
+++ head/sys/amd64/amd64/mp_machdep.c	Wed Feb 25 22:24:56 2009	(r189057)
@@ -1227,7 +1227,7 @@ sysctl_hyperthreading_allowed(SYSCTL_HAN
 #ifdef SCHED_ULE
 	/*
 	 * SCHED_ULE doesn't allow enabling/disabling HT cores at
-	 * tun time.
+	 * run time.
 	 */
 	if (allowed != hyperthreading_allowed)
 		return (ENOTSUP);

Modified: head/sys/i386/i386/mp_machdep.c
==============================================================================
--- head/sys/i386/i386/mp_machdep.c	Wed Feb 25 20:56:27 2009	(r189056)
+++ head/sys/i386/i386/mp_machdep.c	Wed Feb 25 22:24:56 2009	(r189057)
@@ -1398,7 +1398,7 @@ sysctl_hyperthreading_allowed(SYSCTL_HAN
 #ifdef SCHED_ULE
 	/*
 	 * SCHED_ULE doesn't allow enabling/disabling HT cores at
-	 * tun time.
+	 * run time.
 	 */
 	if (allowed != hyperthreading_allowed)
 		return (ENOTSUP);


More information about the svn-src-head mailing list