1 From 1a23ed42e1baf0481cc70c2f71d97b0bf0f1be70 Mon Sep 17 00:00:00 2001
2 From: Ingo Molnar <mingo@elte.hu>
3 Date: Thu, 31 Jul 2008 12:52:29 +0200
4 Subject: [PATCH] fastboot: fix typo in init/Kconfig text
6 noticed by Randy Dunlap.
8 Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
9 Signed-off-by: Ingo Molnar <mingo@elte.hu>
12 1 files changed, 1 insertions(+), 1 deletions(-)
14 diff --git a/init/Kconfig b/init/Kconfig
15 index 4f73780..6b4de4d 100644
18 @@ -530,7 +530,7 @@ config FASTBOOT
19 The fastboot option will cause the kernel to try to optimize
22 - This includes doing some of the device initialization asynchronous
23 + This includes doing some of the device initialization asynchronously
24 as well as opportunistically trying to mount the root fs early.