init: Fix comment
authorPeter Zijlstra <peterz@infradead.org>
Wed, 30 Jun 2010 08:37:11 +0000 (10:37 +0200)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jun 2010 08:42:44 +0000 (10:42 +0200)
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>

init/main.c

index 633442f..1692df3 100644 (file)
@@ -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.
         */