mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
Fix typo in comments in r189023.
This commit is contained in:
parent
a4079bfb74
commit
df86dcaf67
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue