diff options
author | Li Zhong <zhong@linux.vnet.ibm.com> | 2013-04-25 07:20:54 (GMT) |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-04-25 08:39:04 (GMT) |
commit | 7f5281ae8a8e7f86780af2b5cf58e292bb85f38e (patch) | |
tree | 3fc64238aa4e8b6d7f6ecc7178fa38ec469a8032 /arch/x86 | |
parent | b23f7a09f93516f90c8e51d3e2d822f67d809d8b (diff) | |
download | linux-7f5281ae8a8e7f86780af2b5cf58e292bb85f38e.tar.xz |
x86 cmpxchg.h: fix wrong comment
Signed-off-by: Li Zhong <zhong@linux.vnet.ibm.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/include/asm/cmpxchg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/cmpxchg.h b/arch/x86/include/asm/cmpxchg.h index 8d871ea..d47786a 100644 --- a/arch/x86/include/asm/cmpxchg.h +++ b/arch/x86/include/asm/cmpxchg.h @@ -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) \ ({ \ |