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

From: Palmer Dabbelt
Date: Wed Mar 17 2021 - 01:15:10 EST


On Tue, 16 Mar 2021 02:30:54 PDT (-0700), musamaanjum@xxxxxxxxx wrote:
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.

The internet seems to suggest that both of these are words and that they mean
the same thing.