Skip to content

Commit

Permalink
sched: x86_32 Fix typo in switch_to() description
Browse files Browse the repository at this point in the history
This patch fixes the typo in parameters passed to
x86_32 switch_to() description.

Signed-off-by: Kamalesh Babulal <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
kamalesh-babulal authored and Jiri Kosina committed Sep 15, 2011
1 parent fb914eb commit ea70ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/process_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea70ef3

Please sign in to comment.