From e5137db6b604b9feed0545954e8ea0495fee1249 Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Tue, 25 Feb 2003 02:07:36 -0800 Subject: [PATCH] Spelling fixes: doesn't doesnt -> doesn't (35 occurrences) --- kernel/fork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel') 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(); -- cgit v1.2.3