diff options
| author | Maurice Hieronymus <mhi@mailbox.org> | 2025-11-21 23:18:24 +0100 |
|---|---|---|
| committer | Steven Rostedt (Google) <rostedt@goodmis.org> | 2025-12-05 15:43:39 -0500 |
| commit | 2ec7345c2d589f3e7358e753ef5b6ae7be66d846 (patch) | |
| tree | 3421f767b44888cd943aa3dd0297017d7f83e762 | |
| parent | 9c3f3b8fea2d615e128418a12c430e2890169859 (diff) | |
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 <mhi@mailbox.org>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
| -rw-r--r-- | kernel/trace/fprobe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/fprobe.c b/kernel/trace/fprobe.c index 5a807d62e76d..10ae831f2710 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 |
