summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorMichael Hayes <mike@aiinc.ca>2003-02-25 02:07:36 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2003-02-25 02:07:36 -0800
commite5137db6b604b9feed0545954e8ea0495fee1249 (patch)
tree1c778f6104840c289cf33e4a80249b33ff1f0f9b /kernel
parent9925742a33a9e527fa849b2128d4dd368b497f77 (diff)
[PATCH] Spelling fixes: doesn't
doesnt -> doesn't (35 occurrences)
Diffstat (limited to 'kernel')
-rw-r--r--kernel/fork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/fork.c b/kernel/fork.c
index 8a6032c5f7ec..7ed4fc2a4a46 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -901,7 +901,7 @@ static struct task_struct *copy_process(unsigned long clone_flags,
/*
* Share the timeslice between parent and child, thus the
- * total amount of pending timeslices in the system doesnt change,
+ * total amount of pending timeslices in the system doesn't change,
* resulting in more scheduling fairness.
*/
local_irq_disable();