From 6c92d518525e1233c7c7cb94bac6fc15ce0b881d Mon Sep 17 00:00:00 2001 From: WesCourtney44 Date: Wed, 7 Dec 2016 08:57:29 -0500 Subject: [PATCH] Corrected a Comment Changed the misspelled word "behaviour" to "behavior". --- kernel/livepatch/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/livepatch/core.c b/kernel/livepatch/core.c index af4643873e7179..b512f2bec5ce55 100644 --- a/kernel/livepatch/core.c +++ b/kernel/livepatch/core.c @@ -336,7 +336,7 @@ static void notrace klp_ftrace_handler(unsigned long ip, * Convert a function address into the appropriate ftrace location. * * Usually this is just the address of the function, but on some architectures - * it's more complicated so allow them to provide a custom behaviour. + * it's more complicated so allow them to provide a custom behavior. */ #ifndef klp_get_ftrace_location static unsigned long klp_get_ftrace_location(unsigned long faddr)