diff --git a/src/signal.cpp b/src/signal.cpp index b13f0c010..a0eccd081 100644 --- a/src/signal.cpp +++ b/src/signal.cpp @@ -521,8 +521,7 @@ void signal_set_handlers() sigaction(SIGCHLD, &act, 0); /* - Ignore sigpipe, it is generated if fishd dies, but we can - recover. + Ignore sigpipe, which we may get from the universal variable notifier. */ sigaction(SIGPIPE, &act, 0);