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>
This commit is contained in:
Yudistira Putra 2026-06-21 05:51:53 -04:00 committed by Steven Rostedt
parent d5c6785f94
commit e5d8524108

View File

@ -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;