X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fprobes%2Flttng-kprobes.c;h=82433bd84c0793c9a1cd93ab40335caf5d475113;hb=196bfc6a04f069e57803c9a2a18f2528394ceacd;hp=dc18f5077fc1091afab28119dc352deccc09287d;hpb=562376193c44ad44a9243cd880d5e424f0c25b04;p=lttng-modules.git diff --git a/src/probes/lttng-kprobes.c b/src/probes/lttng-kprobes.c index dc18f507..82433bd8 100644 --- a/src/probes/lttng-kprobes.c +++ b/src/probes/lttng-kprobes.c @@ -172,7 +172,7 @@ int _lttng_kprobes_register(const char *symbol_name, lttng_kp->kp.addr = (void *) (unsigned long) addr; /* - * Ensure the memory we just allocated don't event_notifier page faults. + * Ensure the memory we just allocated don't notify page faults. * Well.. kprobes itself puts the page fault handler on the blacklist, * but we can never be too careful. */