diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2010-04-19 11:51:16 -0700 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-04-20 16:38:03 +0200 |
commit | 40f0a5d0a16e68a68ab3d230f1ddd96c81cf5340 (patch) | |
tree | c95492c0b7ee4c331a96fa2badcb844f7b27d795 /arch/x86/include/asm/percpu.h | |
parent | 814f75ec5a94a4897fdfd605bf5ed4fa6f459c90 (diff) |
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>
Diffstat (limited to 'arch/x86/include/asm/percpu.h')
-rw-r--r-- | arch/x86/include/asm/percpu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/percpu.h b/arch/x86/include/asm/percpu.h index 66a272dfd8b..9899afa0283 100644 --- a/arch/x86/include/asm/percpu.h +++ b/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 { \ |