Parcourir la source

Fix comment typo in percpu.h

Fix a typo in arch/x86/include/asm/percpu.h

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Justin P. Mattock il y a 15 ans
Parent
commit
40f0a5d0a1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      arch/x86/include/asm/percpu.h

+ 1 - 1
arch/x86/include/asm/percpu.h

@@ -105,7 +105,7 @@ do {							\
 
 /*
  * Generate a percpu add to memory instruction and optimize code
- * if a one is added or subtracted.
+ * if one is added or subtracted.
  */
 #define percpu_add_op(var, val)						\
 do {									\