From ba2b37e23f90b5262043d8bc2efe1534375265bb Mon Sep 17 00:00:00 2001 From: zouboan Date: Mon, 17 Oct 2022 22:42:03 +0800 Subject: [PATCH] Update arch/sparc/include/spinlock.h Co-authored-by: Alan Carvalho de Assis --- arch/sparc/include/spinlock.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/sparc/include/spinlock.h b/arch/sparc/include/spinlock.h index 8ad9b9f310..148ebfa9c3 100644 --- a/arch/sparc/include/spinlock.h +++ b/arch/sparc/include/spinlock.h @@ -44,7 +44,7 @@ /* The Type of a spinlock. * - * This must be a uint32_ becaue it will be set using CASA instruction. + * This must be a uint32_ because it will be set using CASA instruction. * That instruction atomically Compare the 32-bitvalues in the register * and memory, if its current value is the expected one. swap the values * of second register with the memory.