https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226107
Bug ID: 226107
Summary: typo in comment of function tdq_runq_add in
sched_ule.c
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: kern
Assignee: [email protected]
Reporter: [email protected]
change
/*
* This queue contains only priorities between MIN and MAX
* realtime. Use the whole queue to represent these values.
*/
to
/*
* This queue contains only priorities between MIN and MAX
* timeshare. Use the whole queue to represent these values.
*/
The queue the comment refers is tdq_timeshare.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"