Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2018 05:03:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 226107] typo in comment of function tdq_runq_add in sched_ule.c
Message-ID:  <bug-226107-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help

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@FreeBSD.org
          Reporter: hk@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226107-8>