Skip to content

Commit 502ffa4

Browse files
committed
tracing: Fix comment in trace_module_remove_events()
Fix typo "allocade" -> "allocated". Cc: Masami Hiramatsu <mhiramat@kernel.org> Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Link: https://lore.kernel.org/20250710095628.42ed6b06@batman.local.home Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
1 parent 07c3f39 commit 502ffa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/trace/trace_events.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3695,7 +3695,7 @@ static void trace_module_remove_events(struct module *mod)
36953695
if (call->module == mod)
36963696
__trace_remove_event_call(call);
36973697
}
3698-
/* Check for any strings allocade for this module */
3698+
/* Check for any strings allocated for this module */
36993699
list_for_each_entry_safe(modstr, m, &module_strings, next) {
37003700
if (modstr->module != mod)
37013701
continue;

0 commit comments

Comments
 (0)