Skip to content

Commit

Permalink
Fix comment typo in percpu.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Justin P. Mattock authored and Jiri Kosina committed Apr 20, 2010
1 parent 814f75e commit 40f0a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/include/asm/percpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 { \
Expand Down

0 comments on commit 40f0a5d

Please sign in to comment.