mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Correct a comment: the function name given had never existed in any
(relevant) version of this file orany of my patches. MFC after: 1 month
This commit is contained in:
parent
459d369ee2
commit
47479a8ceb
1 changed files with 2 additions and 1 deletions
|
|
@ -716,7 +716,8 @@ cpuset_thread0(void)
|
|||
* Create a cpuset, which would be cpuset_create() but
|
||||
* mark the new 'set' as root.
|
||||
*
|
||||
* We are not going to reparent the td to it. Use cpuset_reparentproc() for that.
|
||||
* We are not going to reparent the td to it. Use cpuset_setproc_update_set()
|
||||
* for that.
|
||||
*
|
||||
* In case of no error, returns the set in *setp locked with a reference.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue