aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/percpu.h
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2010-04-19 11:51:16 -0700
committerJiri Kosina <jkosina@suse.cz>2010-04-20 16:38:03 +0200
commit40f0a5d0a16e68a68ab3d230f1ddd96c81cf5340 (patch)
treec95492c0b7ee4c331a96fa2badcb844f7b27d795 /arch/x86/include/asm/percpu.h
parentUML: Drop private round_down definition (diff)
downloadlinux-dev-40f0a5d0a16e68a68ab3d230f1ddd96c81cf5340.tar.xz
linux-dev-40f0a5d0a16e68a68ab3d230f1ddd96c81cf5340.zip
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/percpu.h b/arch/x86/include/asm/percpu.h
index 66a272dfd8b8..9899afa0283e 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 { \