Commit 40f0a5d0 authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Jiri Kosina

Fix comment typo in percpu.h

Fix a typo in arch/x86/include/asm/percpu.h
Signed-off-by: default avatarJustin P. Mattock <justinmattock@gmail.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 814f75ec
......@@ -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 { \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment