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)