X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-consumerd%2Flttng-consumerd.c;h=00660fcd6a7d401aa3096236026eabd1900d5f64;hp=87ffb05dd5c78af8a70472900f985f5fd9dd3f1f;hb=40063ead9b2f76ae2b442fcca98bb5b50ab9d2a1;hpb=d2b102df1d8edd7b6ff9ef3083308da5190e50af diff --git a/src/bin/lttng-consumerd/lttng-consumerd.c b/src/bin/lttng-consumerd/lttng-consumerd.c index 87ffb05dd..00660fcd6 100644 --- a/src/bin/lttng-consumerd/lttng-consumerd.c +++ b/src/bin/lttng-consumerd/lttng-consumerd.c @@ -101,7 +101,7 @@ static void sighandler(int sig) /* * Ignore SIGPIPE because it should not stop the consumer whenever a - * SIGPIPE is catched through a FD operation. + * SIGPIPE is caught through a FD operation. */ if (sig == SIGPIPE) { return;