fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / Documentation / sched-coding.txt
index 2b75ef6..cbd8db7 100644 (file)
@@ -15,7 +15,7 @@ Main Scheduling Methods
 void load_balance(runqueue_t *this_rq, int idle)
        Attempts to pull tasks from one cpu to another to balance cpu usage,
        if needed.  This method is called explicitly if the runqueues are
 void load_balance(runqueue_t *this_rq, int idle)
        Attempts to pull tasks from one cpu to another to balance cpu usage,
        if needed.  This method is called explicitly if the runqueues are
-       inbalanced or periodically by the timer tick.  Prior to calling,
+       imbalanced or periodically by the timer tick.  Prior to calling,
        the current runqueue must be locked and interrupts disabled.
 
 void schedule()
        the current runqueue must be locked and interrupts disabled.
 
 void schedule()