x86: ftrace: Fix the misleading comment for arch/x86/kernel/ftrace.c

Fix the misleading comment for arch/x86/kernel/ftrace.c that it
had used nop instead of jmp.

Signed-off-by: Li Bin <huawei.libin@huawei.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
Li Bin 2015-12-28 16:35:07 +08:00 committed by Steven Rostedt
parent a29054d947
commit 9d2099ab05
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/* /*
* Code for replacing ftrace calls with jumps. * Dynamic function tracing support.
* *
* Copyright (C) 2007-2008 Steven Rostedt <srostedt@redhat.com> * Copyright (C) 2007-2008 Steven Rostedt <srostedt@redhat.com>
* *