From: Maurice Hieronymus Date: Fri, 21 Nov 2025 22:18:24 +0000 (+0100) Subject: tracing: Fix typo in fprobe.c X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ec7345c2d589f3e7358e753ef5b6ae7be66d846;p=thirdparty%2Fkernel%2Flinux.git tracing: Fix typo in fprobe.c Fix typo "funciton" to "function". Link: https://patch.msgid.link/20251121221835.28032-4-mhi@mailbox.org Signed-off-by: Maurice Hieronymus Signed-off-by: Steven Rostedt (Google) --- diff --git a/kernel/trace/fprobe.c b/kernel/trace/fprobe.c index 5a807d62e76dc..10ae831f2710b 100644 --- a/kernel/trace/fprobe.c +++ b/kernel/trace/fprobe.c @@ -29,7 +29,7 @@ * fprobe_table: hold 'fprobe_hlist::hlist' for checking the fprobe still * exists. The key is the address of fprobe instance. * fprobe_ip_table: hold 'fprobe_hlist::array[*]' for searching the fprobe - * instance related to the funciton address. The key is the ftrace IP + * instance related to the function address. The key is the ftrace IP * address. * * When unregistering the fprobe, fprobe_hlist::fp and fprobe_hlist::array[*].fp