From: Kamalesh Babulal Date: Thu, 28 Apr 2011 09:02:08 +0000 (+0530) Subject: sched: x86_32 Fix typo in switch_to() description X-Git-Tag: v3.2-rc1~185^2~38 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ea70ef3d9db1cbfd439f3e3f124c28ef4fe5835d;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git sched: x86_32 Fix typo in switch_to() description This patch fixes the typo in parameters passed to x86_32 switch_to() description. Signed-off-by: Kamalesh Babulal Signed-off-by: Jiri Kosina --- diff --git a/arch/x86/kernel/process_32.c b/arch/x86/kernel/process_32.c index a3d0dc5..a069c0c 100644 --- a/arch/x86/kernel/process_32.c +++ b/arch/x86/kernel/process_32.c @@ -260,7 +260,7 @@ EXPORT_SYMBOL_GPL(start_thread); /* - * switch_to(x,yn) should switch tasks from x to y. + * switch_to(x,y) should switch tasks from x to y. * * We fsave/fwait so that an exception goes off at the right time * (as a call from the fsave or fwait in effect) rather than to