diff options
author | Leo Yan <[email protected]> | 2016-08-05 14:32:38 +0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2016-08-10 14:03:32 +0200 |
commit | a1fd46565bea62840a24bee7b7c60f65bb12bd21 (patch) | |
tree | eea3f88fc02e5d88fad2a3fd1f5d131d55329189 | |
parent | 31851a9874d63dbb532910a86b2be49c15997ea3 (diff) |
sched/core: Fix one typo
Fix one minor typo in the comment: s/targer/target/.
Signed-off-by: Leo Yan <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r-- | kernel/sched/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sched/core.c b/kernel/sched/core.c index 2a906f20fba7..4a5f52e79c77 100644 --- a/kernel/sched/core.c +++ b/kernel/sched/core.c @@ -1265,7 +1265,7 @@ static void __migrate_swap_task(struct task_struct *p, int cpu) /* * Task isn't running anymore; make it appear like we migrated * it before it went to sleep. This means on wakeup we make the - * previous cpu our targer instead of where it really is. + * previous cpu our target instead of where it really is. */ p->wake_cpu = cpu; } |