Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752323AbbBWVGg (ORCPT ); Mon, 23 Feb 2015 16:06:36 -0500 Received: from mail-wi0-f171.google.com ([209.85.212.171]:52552 "EHLO mail-wi0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751591AbbBWVGf (ORCPT ); Mon, 23 Feb 2015 16:06:35 -0500 From: Frans Klaver To: Jiri Kosina Cc: Frans Klaver , linux-kernel@vger.kernel.org Subject: [TRIVIAL PATCH] init/main: s,situaiton,situation, Date: Mon, 23 Feb 2015 22:05:56 +0100 Message-Id: <1424725556-5241-1-git-send-email-fransklaver@gmail.com> X-Mailer: git-send-email 2.2.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 950 Lines: 28 Fix incorrect spelling of situation. Signed-off-by: Frans Klaver --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/