Skip to content

Commit

Permalink
compiler.h: Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Stein <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Alexander Stein authored and Jiri Kosina committed Feb 28, 2012
1 parent fbe74e3 commit e6be0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ void ftrace_likely_update(struct ftrace_branch_data *f, int val, int expect);

/*
* Rather then using noinline to prevent stack consumption, use
* noinline_for_stack instead. For documentaiton reasons.
* noinline_for_stack instead. For documentation reasons.
*/
#define noinline_for_stack noinline

Expand Down

0 comments on commit e6be0c9

Please sign in to comment.