sched: x86_32 Fix typo in switch_to() description
authorKamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Thu, 28 Apr 2011 09:02:08 +0000 (14:32 +0530)
committerJiri Kosina <jkosina@suse.cz>
Thu, 15 Sep 2011 12:13:48 +0000 (14:13 +0200)
This patch fixes the typo in parameters passed to
x86_32 switch_to() description.

Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/x86/kernel/process_32.c

index a3d0dc59067be542d7423d2a8abbc99801c0d3f6..a069c0c1e2f1830ac1a79d70dfa79f9330beaf54 100644 (file)
@@ -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