aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/sched-coding.txt
diff options
context:
space:
mode:
authorMatt LaPlante <kernel1@cyberdogtech.com>2006-10-03 22:50:39 +0200
committerAdrian Bunk <bunk@stusta.de>2006-10-03 22:50:39 +0200
commit2fe0ae78c6975d6fa2fc0c84f2b8944543054105 (patch)
tree005a185c1043f5b99f4cd851ad071d6e95025064 /Documentation/sched-coding.txt
parentFix typos in Documentation/: 'F'-'G' (diff)
downloadlinux-dev-2fe0ae78c6975d6fa2fc0c84f2b8944543054105.tar.xz
linux-dev-2fe0ae78c6975d6fa2fc0c84f2b8944543054105.zip
Fix typos in Documentation/: 'H'-'M'
This patch fixes typos in various Documentation txts. The patch addresses some words starting with the letters 'H'-'M'. Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'Documentation/sched-coding.txt')
-rw-r--r--Documentation/sched-coding.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/sched-coding.txt b/Documentation/sched-coding.txt
index 2b75ef67c9fe..cbd8db752acf 100644
--- a/Documentation/sched-coding.txt
+++ b/Documentation/sched-coding.txt
@@ -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
- 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()