From: Randy Dunlap Date: Sun, 26 Jul 2020 00:41:23 +0000 (-0700) Subject: x86: cmpxchg_32.h: Delete duplicated word X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8b9fd48eb73ec854c2877735e96c91127cc78a1d;p=linux.git x86: cmpxchg_32.h: Delete duplicated word Delete the repeated word "you". Signed-off-by: Randy Dunlap Signed-off-by: Ingo Molnar Link: https://lore.kernel.org/r/20200726004124.20618-3-rdunlap@infradead.org --- diff --git a/arch/x86/include/asm/cmpxchg_32.h b/arch/x86/include/asm/cmpxchg_32.h index 1a2eafca70383..0a7fe03216130 100644 --- a/arch/x86/include/asm/cmpxchg_32.h +++ b/arch/x86/include/asm/cmpxchg_32.h @@ -3,7 +3,7 @@ #define _ASM_X86_CMPXCHG_32_H /* - * Note: if you use set64_bit(), __cmpxchg64(), or their variants, you + * Note: if you use set64_bit(), __cmpxchg64(), or their variants, * you need to test for the feature in boot_cpu_data. */