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 <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Kamalesh Babulal 2011-04-28 14:32:08 +05:30 committed by Jiri Kosina
parent fb914ebff5
commit ea70ef3d9d
1 changed files with 1 additions and 1 deletions

View 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