[Bug 226107] typo in comment of function tdq_runq_add in sched_ule.c
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 22 05:03:48 UTC 2018
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: freebsd-bugs at FreeBSD.org
Reporter: hk at tinyclouds.cn
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.
More information about the freebsd-bugs
mailing list