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

x86 cmpxchg.h: fix wrong comment

Signed-off-by: Li Zhong <zhong@linux.vnet.ibm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Li Zhong and committed by
Jiri Kosina
7f5281ae b23f7a09

+1 -1
+1 -1
arch/x86/include/asm/cmpxchg.h
··· 35 35 36 36 /* 37 37 * An exchange-type operation, which takes a value and a pointer, and 38 - * returns a the old value. 38 + * returns the old value. 39 39 */ 40 40 #define __xchg_op(ptr, arg, op, lock) \ 41 41 ({ \