arc: include/asm: fix typos of "themselves"
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 6 Oct 2020 03:30:00 +0000 (20:30 -0700)
committerVineet Gupta <vgupta@synopsys.com>
Tue, 6 Oct 2020 04:02:29 +0000 (21:02 -0700)
Fix copy/paste spello of "themselves" in 3 places.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Vineet Gupta <vgupta@synopsys.com>
Cc: linux-snps-arc@lists.infradead.org
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/include/asm/atomic.h
arch/arc/include/asm/cmpxchg.h

index fa679b7..5afc79c 100644 (file)
@@ -43,7 +43,7 @@ static inline int atomic_##op##_return(int i, atomic_t *v)            \
                                                                        \
        /*                                                              \
         * Explicit full memory barrier needed before/after as          \
-        * LLOCK/SCOND thmeselves don't provide any such semantics      \
+        * LLOCK/SCOND themselves don't provide any such semantics      \
         */                                                             \
        smp_mb();                                                       \
                                                                        \
@@ -69,7 +69,7 @@ static inline int atomic_fetch_##op(int i, atomic_t *v)                       \
                                                                        \
        /*                                                              \
         * Explicit full memory barrier needed before/after as          \
-        * LLOCK/SCOND thmeselves don't provide any such semantics      \
+        * LLOCK/SCOND themselves don't provide any such semantics      \
         */                                                             \
        smp_mb();                                                       \
                                                                        \
index cf82337..9b87e16 100644 (file)
@@ -20,7 +20,7 @@ __cmpxchg(volatile void *ptr, unsigned long expected, unsigned long new)
 
        /*
         * Explicit full memory barrier needed before/after as
-        * LLOCK/SCOND thmeselves don't provide any such semantics
+        * LLOCK/SCOND themselves don't provide any such semantics
         */
        smp_mb();