2015-02-23 21:06:36

by Frans Klaver

[permalink] [raw]
Subject: [TRIVIAL PATCH] init/main: s,situaiton,situation,

Fix incorrect spelling of situation.

Signed-off-by: Frans Klaver <[email protected]>
---
init/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init/main.c b/init/main.c
index 6f0f1c5f..9d353ce 100644
--- a/init/main.c
+++ b/init/main.c
@@ -143,7 +143,7 @@ EXPORT_SYMBOL_GPL(static_key_initialized);
* rely on the BIOS and skip the reset operation.
*
* This is useful if kernel is booting in an unreliable environment.
- * For ex. kdump situaiton where previous kernel has crashed, BIOS has been
+ * For ex. kdump situation where previous kernel has crashed, BIOS has been
* skipped and devices will be in unknown state.
*/
unsigned int reset_devices;
--
2.2.2