Commit 7f5281ae authored by Li Zhong's avatar Li Zhong Committed by Jiri Kosina

x86 cmpxchg.h: fix wrong comment

Signed-off-by: default avatarLi Zhong <zhong@linux.vnet.ibm.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent b23f7a09
......@@ -35,7 +35,7 @@ extern void __add_wrong_size(void)
/*
* An exchange-type operation, which takes a value and a pointer, and
* returns a the old value.
* returns the old value.
*/
#define __xchg_op(ptr, arg, op, lock) \
({ \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment