From: Li Zhong Date: Thu, 25 Apr 2013 07:20:54 +0000 (+0800) Subject: x86 cmpxchg.h: fix wrong comment X-Git-Tag: v3.10-rc1~161^2~4 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=7f5281ae8a8e7f86780af2b5cf58e292bb85f38e;p=linux.git x86 cmpxchg.h: fix wrong comment Signed-off-by: Li Zhong Signed-off-by: Jiri Kosina --- diff --git a/arch/x86/include/asm/cmpxchg.h b/arch/x86/include/asm/cmpxchg.h index 8d871eaddb66..d47786acb016 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) \ ({ \