Fix typo in comments in r189023.

This commit is contained in:
Maxim Sobolev 2009-02-25 22:24:56 +00:00
parent a4079bfb74
commit df86dcaf67
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=189057
2 changed files with 2 additions and 2 deletions

View file

@ -1227,7 +1227,7 @@ sysctl_hyperthreading_allowed(SYSCTL_HANDLER_ARGS)
#ifdef SCHED_ULE
/*
* SCHED_ULE doesn't allow enabling/disabling HT cores at
* tun time.
* run time.
*/
if (allowed != hyperthreading_allowed)
return (ENOTSUP);

View file

@ -1398,7 +1398,7 @@ sysctl_hyperthreading_allowed(SYSCTL_HANDLER_ARGS)
#ifdef SCHED_ULE
/*
* SCHED_ULE doesn't allow enabling/disabling HT cores at
* tun time.
* run time.
*/
if (allowed != hyperthreading_allowed)
return (ENOTSUP);