Typo: catched -> caught
[lttng-tools.git] / src / bin / lttng-consumerd / lttng-consumerd.c
index 87ffb05dd5c78af8a70472900f985f5fd9dd3f1f..00660fcd6a7d401aa3096236026eabd1900d5f64 100644 (file)
@@ -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;
This page took 0.02265 seconds and 4 git commands to generate.