]> Git Repo - linux.git/commitdiff
x86 cmpxchg.h: fix wrong comment
authorLi Zhong <[email protected]>
Thu, 25 Apr 2013 07:20:54 +0000 (15:20 +0800)
committerJiri Kosina <[email protected]>
Thu, 25 Apr 2013 08:39:04 +0000 (10:39 +0200)
Signed-off-by: Li Zhong <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
arch/x86/include/asm/cmpxchg.h

index 8d871eaddb6677d7fccad7972593b7f36b81617c..d47786acb0169d0c2e87e830384ecac579cbc18c 100644 (file)
@@ -35,7 +35,7 @@ extern void __add_wrong_size(void)
 
 /* 
  * An exchange-type operation, which takes a value and a pointer, and
- * returns the old value.
+ * returns the old value.
  */
 #define __xchg_op(ptr, arg, op, lock)                                  \
        ({                                                              \
This page took 0.046303 seconds and 4 git commands to generate.