[PATCH] riscv: Fix spelling mistake "initialisation" -> "initialization

From: Muhammad Usama Anjum
Date: Tue Mar 16 2021 - 05:32:02 EST


There is a spelling mistake in a comment. Fix it.

Signed-off-by: Muhammad Usama Anjum <musamaanjum@xxxxxxxxx>
---
arch/riscv/kernel/smp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv/kernel/smp.c b/arch/riscv/kernel/smp.c
index ea028d9e0d24..1ec014067855 100644
--- a/arch/riscv/kernel/smp.c
+++ b/arch/riscv/kernel/smp.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
- * SMP initialisation and IPI support
+ * SMP initialization and IPI support
* Based on arch/arm64/kernel/smp.c
*
* Copyright (C) 2012 ARM Ltd.
--
2.25.1