diff options
author | Peter Zijlstra <peterz@infradead.org> | 2010-06-30 04:37:11 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2010-06-30 04:42:44 -0400 |
commit | 9715856922bf8475f5428c29b6f4a9eebc97d391 (patch) | |
tree | 1c729197f0530998b1ad33046b95afbd0de751e6 /init/main.c | |
parent | b433c3d4549ae74935b585115f076c6fb7bc48fe (diff) |
init: Fix comment
Apparently "pid-1" confuses people...
Requested-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: torvalds@linux-foundation.org
Cc: randy.dunlap@oracle.com
Cc: Ilya Loginov <isloginov@gmail.com>
LKML-Reference: <1277887031.1868.82.camel@laptop>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'init/main.c')
-rw-r--r-- | init/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/main.c b/init/main.c index 633442f79e90..1692df32244a 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -431,7 +431,7 @@ static noinline void __init_refok rest_init(void) | |||
431 | 431 | ||
432 | rcu_scheduler_starting(); | 432 | rcu_scheduler_starting(); |
433 | /* | 433 | /* |
434 | * We need to spawn init first so that it obtains pid-1, however | 434 | * We need to spawn init first so that it obtains pid 1, however |
435 | * the init task will end up wanting to create kthreads, which, if | 435 | * the init task will end up wanting to create kthreads, which, if |
436 | * we schedule it before we create kthreadd, will OOPS. | 436 | * we schedule it before we create kthreadd, will OOPS. |
437 | */ | 437 | */ |