Index: sys/kern/sched_bsd.c
===================================================================
RCS file: /cvs/src/sys/kern/sched_bsd.c,v
retrieving revision 1.42
diff -u -p -r1.42 sched_bsd.c
--- sys/kern/sched_bsd.c        8 Nov 2015 20:45:57 -0000       1.42
+++ sys/kern/sched_bsd.c        1 Mar 2016 15:19:24 -0000
@@ -70,8 +70,8 @@ scheduler_start(void)
        /*
         * We avoid polluting the global namespace by keeping the scheduler
         * timeouts static in this function.
-        * We setup the timeouts here and kick schedcpu and roundrobin once to
-        * make them do their job.
+        * We setup the timeouts here and kick schedcpu once to make it do
+        * its job.
         */
 
        timeout_set(&schedcpu_to, schedcpu, &schedcpu_to);

-- 
Michal Mazurek

Reply via email to