From: Yudistira Putra Date: Sun, 21 Jun 2026 09:51:53 +0000 (-0400) Subject: samples: ftrace: Fix typos in benchmark comment X-Git-Tag: v7.2-rc3~9^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5d8524108fef14970db85451b7d06e5f6fa51ce;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Steven Rostedt --- diff --git a/samples/ftrace/ftrace-ops.c b/samples/ftrace/ftrace-ops.c index 68d6685c80bdb..152ffc1a30b61 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;