Skip to content

Commit

Permalink
x86 cmpxchg.h: fix wrong comment
Browse files Browse the repository at this point in the history
Signed-off-by: Li Zhong <zhong@linux.vnet.ibm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Li Zhong authored and Jiri Kosina committed Apr 25, 2013
1 parent b23f7a0 commit 7f5281a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/include/asm/cmpxchg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
({ \
Expand Down

0 comments on commit 7f5281a

Please sign in to comment.