X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fprobes%2Flttng-uprobes.c;h=c44ed4f8da511349cd911faafa8440c3e49170a0;hb=196bfc6a04f069e57803c9a2a18f2528394ceacd;hp=bab941abe348d2c1d96a91cf118948ac0bb9c87d;hpb=c3eddb2e2effc01eee7bc778c21431bf45a8ffdc;p=lttng-modules.git diff --git a/src/probes/lttng-uprobes.c b/src/probes/lttng-uprobes.c index bab941ab..c44ed4f8 100644 --- a/src/probes/lttng-uprobes.c +++ b/src/probes/lttng-uprobes.c @@ -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;