[PATCH] init: Fix comment
From: Peter Zijlstra
Date: Wed Jun 30 2010 - 04:37:35 EST
On Wed, 2010-06-30 at 12:32 +0400, Ilya Loginov wrote:
> I have tested patch v3. All works fine for me.
>
> I agree with Randy. The commentary should be fixed.
>
By popular request..
---
Subject: init: Fix comment
Apparently "pid-1" confuses people...
Requested-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
Signed-off-by: Peter Zijlstra <a.p.zijlstra@xxxxxxxxx>
---
init/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/init/main.c b/init/main.c
index 9eed0f3..4ab5124 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/