diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2016-02-24 20:52:41 +0300 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2016-03-04 21:19:17 +0300 |
commit | ef769e320863a186e489e3f66ed8df60487fe9bf (patch) | |
tree | 231e7cf5acaf951b6ff8008761c0d813897c8adf /arch/arm64/include/asm/ftrace.h | |
parent | cd1b76bb73d0f735cc9aa076c121fd172752445b (diff) | |
download | linux-ef769e320863a186e489e3f66ed8df60487fe9bf.tar.xz |
arm64: Fix misspellings in comments.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'arch/arm64/include/asm/ftrace.h')
-rw-r--r-- | arch/arm64/include/asm/ftrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/asm/ftrace.h b/arch/arm64/include/asm/ftrace.h index 3c60f37e48ab..caa955f10e19 100644 --- a/arch/arm64/include/asm/ftrace.h +++ b/arch/arm64/include/asm/ftrace.h @@ -48,7 +48,7 @@ static inline unsigned long ftrace_call_adjust(unsigned long addr) * See kernel/trace/trace_syscalls.c * * x86 code says: - * If the user realy wants these, then they should use the + * If the user really wants these, then they should use the * raw syscall tracepoints with filtering. */ #define ARCH_TRACE_IGNORE_COMPAT_SYSCALLS |