Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arc: include/asm: fix typos of "themselves"

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>

authored by

Randy Dunlap and committed by
Vineet Gupta
6364d1b4 937cf85f

+3 -3
+2 -2
arch/arc/include/asm/atomic.h
··· 43 43 \ 44 44 /* \ 45 45 * Explicit full memory barrier needed before/after as \ 46 - * LLOCK/SCOND thmeselves don't provide any such semantics \ 46 + * LLOCK/SCOND themselves don't provide any such semantics \ 47 47 */ \ 48 48 smp_mb(); \ 49 49 \ ··· 69 69 \ 70 70 /* \ 71 71 * Explicit full memory barrier needed before/after as \ 72 - * LLOCK/SCOND thmeselves don't provide any such semantics \ 72 + * LLOCK/SCOND themselves don't provide any such semantics \ 73 73 */ \ 74 74 smp_mb(); \ 75 75 \
+1 -1
arch/arc/include/asm/cmpxchg.h
··· 20 20 21 21 /* 22 22 * Explicit full memory barrier needed before/after as 23 - * LLOCK/SCOND thmeselves don't provide any such semantics 23 + * LLOCK/SCOND themselves don't provide any such semantics 24 24 */ 25 25 smp_mb(); 26 26