Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1456889

[PATCH] sched/core: fix one typo

From Leo Yan <leo.yan@linaro.org>
Newsgroups linux.kernel
Subject [PATCH] sched/core: fix one typo
Date 2016-08-05 08:40 +0200
Message-ID <s2GXv-3Uf-11@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Fix one minor typo in the comment: s/targer/target/.

Signed-off-by: Leo Yan <leo.yan@linaro.org>
---
 kernel/sched/core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/sched/core.c b/kernel/sched/core.c
index 5c883fe..4cb3547 100644
--- a/kernel/sched/core.c
+++ b/kernel/sched/core.c
@@ -1264,7 +1264,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;
 	}
-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH] sched/core: fix one typo Leo Yan <leo.yan@linaro.org> - 2016-08-05 08:40 +0200
  [tip:sched/core] sched/core: Fix one typo tip-bot for Leo Yan <tipbot@zytor.com> - 2016-08-10 23:30 +0200

csiph-web