[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-9715856922bf8475f5428c29b6f4a9eebc97d391@git.kernel.org>
Date: Wed, 30 Jun 2010 08:45:46 GMT
From: tip-bot for Peter Zijlstra <peterz@...radead.org>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
a.p.zijlstra@...llo.nl, peterz@...radead.org, isloginov@...il.com,
randy.dunlap@...cle.com, tglx@...utronix.de, mingo@...e.hu
Subject: [tip:sched/urgent] init: Fix comment
Commit-ID: 9715856922bf8475f5428c29b6f4a9eebc97d391
Gitweb: http://git.kernel.org/tip/9715856922bf8475f5428c29b6f4a9eebc97d391
Author: Peter Zijlstra <peterz@...radead.org>
AuthorDate: Wed, 30 Jun 2010 10:37:11 +0200
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Wed, 30 Jun 2010 10:42:44 +0200
init: Fix comment
Apparently "pid-1" confuses people...
Requested-by: Randy Dunlap <randy.dunlap@...cle.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Cc: torvalds@...ux-foundation.org
Cc: randy.dunlap@...cle.com
Cc: Ilya Loginov <isloginov@...il.com>
LKML-Reference: <1277887031.1868.82.camel@...top>
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
init/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/init/main.c b/init/main.c
index 633442f..1692df3 100644
--- a/init/main.c
+++ b/init/main.c
@@ -431,7 +431,7 @@ static noinline void __init_refok rest_init(void)
rcu_scheduler_starting();
/*
- * We need to spawn init first so that it obtains pid-1, however
+ * We need to spawn init first so that it obtains pid 1, however
* the init task will end up wanting to create kthreads, which, if
* we schedule it before we create kthreadd, will OOPS.
*/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists