Typo: catched -> caught
[lttng-tools.git] / src / bin / lttng-consumerd / lttng-consumerd.c
index a56f02d1b1ccc264a4178b534ed189e377a45bae..c22cdd0fabeab9a2e7855e611ad3e2795e8c30cf 100644 (file)
@@ -103,7 +103,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.023533 seconds and 4 git commands to generate.