[PATCH] ARM: 8652/1: cache-uniphier: fix typos in comments

From: Julia Lawall
Date: Fri Mar 18 2022 - 06:39:04 EST


Various spelling mistakes in comments.
Detected with the help of Coccinelle.

Signed-off-by: Julia Lawall <Julia.Lawall@xxxxxxxx>

---
arch/arm/mm/cache-uniphier.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mm/cache-uniphier.c b/arch/arm/mm/cache-uniphier.c
index ff2881458504..399ace11760a 100644
--- a/arch/arm/mm/cache-uniphier.c
+++ b/arch/arm/mm/cache-uniphier.c
@@ -404,7 +404,7 @@ static int __init __uniphier_cache_init(struct device_node *np,
data->range_op_max_size = (u32)1 << 22;

/*
- * Unfortunatly, the offset address of active way control base
+ * Unfortunately, the offset address of active way control base
* varies from SoC to SoC.
*/
switch (revision) {