Typo: catched -> caught
[lttng-tools.git] / src / bin / lttng-consumerd / lttng-consumerd.c
index 65ee16d83cba3eb8198592f5f16f8c547f96a34e..55a3e6ea7cea67bb5f2e3f22b0617e910e1687b7 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.023897 seconds and 4 git commands to generate.