Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

compiler.h: Fix typo

Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Alexander Stein and committed by
Jiri Kosina
e6be0c9e fbe74e36

+1 -1
+1 -1
include/linux/compiler.h
··· 236 236 237 237 /* 238 238 * Rather then using noinline to prevent stack consumption, use 239 - * noinline_for_stack instead. For documentaiton reasons. 239 + * noinline_for_stack instead. For documentation reasons. 240 240 */ 241 241 #define noinline_for_stack noinline 242 242