x86 cmpxchg.h: fix wrong comment
[cascardo/linux.git] / arch / x86 / include / asm / cmpxchg.h
index 8d871ea..d47786a 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)                                  \
        ({                                                              \