From: Francis Deslauriers Date: Tue, 1 Oct 2019 13:12:47 +0000 (-0400) Subject: Cleanup: enable_events.c: fix erroneous comment X-Git-Tag: v2.12.0-rc1~333 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=54185c70692f8a6d9c667214743e0ffd07a0afa3 Cleanup: enable_events.c: fix erroneous comment Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau --- diff --git a/src/bin/lttng/commands/enable_events.c b/src/bin/lttng/commands/enable_events.c index f11436e16..3d32cbf81 100644 --- a/src/bin/lttng/commands/enable_events.c +++ b/src/bin/lttng/commands/enable_events.c @@ -484,8 +484,8 @@ static int parse_userspace_probe_opts(struct lttng_event *ev, char *opt) } /* - * Check if the file exists using access(2). If it does not, walk the - * $PATH. + * Check if the file exists using access(2), If it does not, + * return an error. */ ret = access(real_target_path, F_OK); if (ret) {