Cleanup: event_notifier -> notify in comments
[lttng-modules.git] / src / probes / lttng-kprobes.c
index dc18f5077fc1091afab28119dc352deccc09287d..82433bd84c0793c9a1cd93ab40335caf5d475113 100644 (file)
@@ -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.
         */
This page took 0.022377 seconds and 4 git commands to generate.