Commit-ID: 660cc00f8c6f7a2e16c25918590b470e86de19ec Gitweb: http://git.kernel.org/tip/660cc00f8c6f7a2e16c25918590b470e86de19ec Author: Andrei Epure <[email protected]> AuthorDate: Mon, 11 Mar 2013 12:03:20 +0200 Committer: Ingo Molnar <[email protected]> CommitDate: Mon, 11 Mar 2013 15:12:11 +0100
sched: Spelling fix Signed-off-by: Andrei Epure <[email protected]> Cc: [email protected] Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]> --- kernel/sched/fair.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index 9f23112..22bd9e6 100644 --- a/kernel/sched/fair.c +++ b/kernel/sched/fair.c @@ -652,7 +652,7 @@ static u64 sched_slice(struct cfs_rq *cfs_rq, struct sched_entity *se) } /* - * We calculate the vruntime slice of a to be inserted task + * We calculate the vruntime slice of a to-be-inserted task. * * vs = s/w */ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

