Cleanup: event_notifier -> notify in comments
[lttng-modules.git] / src / probes / lttng-uprobes.c
index bab941abe348d2c1d96a91cf118948ac0bb9c87d..c44ed4f8da511349cd911faafa8440c3e49170a0 100644 (file)
@@ -210,7 +210,7 @@ int lttng_uprobes_add_callsite(struct lttng_uprobe *uprobe,
                goto end;
        }
 
-       /* Ensure the memory we just allocated don't event_notifier page faults. */
+       /* Ensure the memory we just allocated don't notify page faults. */
        wrapper_vmalloc_sync_mappings();
 
        uprobe_handler->u.event = priv_data;
This page took 0.022601 seconds and 4 git commands to generate.