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

Reply via email to