Skip to content

Commit 2ec7345

Browse files
sysheaprostedt
authored andcommitted
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>
1 parent 9c3f3b8 commit 2ec7345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/trace/fprobe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* fprobe_table: hold 'fprobe_hlist::hlist' for checking the fprobe still
3030
* exists. The key is the address of fprobe instance.
3131
* fprobe_ip_table: hold 'fprobe_hlist::array[*]' for searching the fprobe
32-
* instance related to the funciton address. The key is the ftrace IP
32+
* instance related to the function address. The key is the ftrace IP
3333
* address.
3434
*
3535
* When unregistering the fprobe, fprobe_hlist::fp and fprobe_hlist::array[*].fp

0 commit comments

Comments
 (0)