diff options
| author | Yudistira Putra <pyudistira519@gmail.com> | 2026-06-21 05:51:53 -0400 |
|---|---|---|
| committer | Steven Rostedt <rostedt@goodmis.org> | 2026-07-07 10:42:28 -0400 |
| commit | e5d8524108fef14970db85451b7d06e5f6fa51ce (patch) | |
| tree | 1d9b76e50160335ae8e9d36109b2f8c1774485a8 | |
| parent | d5c6785f94ead7cd76b38af301ac63cb673485bc (diff) | |
samples: ftrace: Fix typos in benchmark comment
Fix two typos in the ftrace operations sample benchmark comment.
Link: https://patch.msgid.link/20260621095153.93762-1-pyudistira519@gmail.com
Signed-off-by: Yudistira Putra <pyudistira519@gmail.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
| -rw-r--r-- | samples/ftrace/ftrace-ops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/ftrace/ftrace-ops.c b/samples/ftrace/ftrace-ops.c index 68d6685c80bd..152ffc1a30b6 100644 --- a/samples/ftrace/ftrace-ops.c +++ b/samples/ftrace/ftrace-ops.c @@ -232,8 +232,8 @@ static int __init ftrace_ops_sample_init(void) ops_destroy(ops_irrelevant, nr_ops_irrelevant); /* - * The benchmark completed sucessfully, but there's no reason to keep - * the module around. Return an error do the user doesn't have to + * The benchmark completed successfully, but there's no reason to keep + * the module around. Return an error so the user doesn't have to * manually unload the module. */ return -EINVAL; |
