aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/signal.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/signal.cpp b/src/signal.cpp
index b13f0c01..a0eccd08 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);