From: Alexander Stein Date: Thu, 23 Feb 2012 12:42:30 +0000 (+0100) Subject: compiler.h: Fix typo X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e6be0c9e7e9f68b99e5a5ba609c455bae4b141d5;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git compiler.h: Fix typo Signed-off-by: Alexander Stein Signed-off-by: Jiri Kosina --- 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