diff options
author | Alexander Stein <alexander.stein@systec-electronic.com> | 2012-02-23 13:42:30 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-28 16:02:54 +0100 |
commit | e6be0c9e7e9f68b99e5a5ba609c455bae4b141d5 (patch) | |
tree | b191ea4a83438fa1ac7b4c25d4fb4f2ff7bc8c07 /include/linux/compiler.h | |
parent | fbe74e361c6586cdd996bc2805033999dd469e99 (diff) |
compiler.h: Fix typo
Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/compiler.h')
-rw-r--r-- | include/linux/compiler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/compiler.h b/include/linux/compiler.h index 4a243546d142..923d093c9cea 100644 --- a/include/linux/compiler.h +++ b/include/linux/compiler.h @@ -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 |