diff mbox series

sparc/mm/srmmu.c: A typo fix

Message ID 20210326013941.8883-1-unixbhaskar@gmail.com
State New
Headers show
Series sparc/mm/srmmu.c: A typo fix | expand

Commit Message

Bhaskar Chowdhury March 26, 2021, 1:39 a.m. UTC
s/guarentees/guarantees/

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

--
2.26.2
diff mbox series

Patch

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.