[PATCH] sparc/mm/srmmu.c: A typo fix

From: Bhaskar Chowdhury
Date: Thu Mar 25 2021 - 21:42:57 EST


s/guarentees/guarantees/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>
---
arch/sparc/mm/srmmu.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/sparc/mm/srmmu.c b/arch/sparc/mm/srmmu.c
index a9aa6a92c7fe..8a3804231d44 100644
--- a/arch/sparc/mm/srmmu.c
+++ b/arch/sparc/mm/srmmu.c
@@ -1480,7 +1480,7 @@ static struct sparc32_cachetlb_ops viking_ops __ro_after_init = {
* flush resulting in corruption.
*
* Our workaround is to take a global spinlock around the TLB flushes,
- * which guarentees we won't ever have too many pending. It's a big
+ * which guarantees we won't ever have too many pending. It's a big
* hammer, but a semaphore like system to make sure we only have N TLB
* flushes going at once will require SMP locking anyways so there's
* no real value in trying any harder than this.
--
2.26.2