From 110a803ae125047d6251827ae7c0a1e343fda84c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 6 May 2021 09:50:21 +0000 Subject: Comment typo fix --- src/libs6/ftrigw_notifyb_nosig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs6/ftrigw_notifyb_nosig.c b/src/libs6/ftrigw_notifyb_nosig.c index 6564396..103e2b9 100644 --- a/src/libs6/ftrigw_notifyb_nosig.c +++ b/src/libs6/ftrigw_notifyb_nosig.c @@ -44,7 +44,7 @@ int ftrigw_notifyb_nosig (char const *path, char const *s, size_t len) if ((r < 0) || (size_t)r < len) { if (errno == EPIPE) unlink_void(tmp) ; - /* what to do if EGAIN ? full fifo -> fix the reader ! + /* what to do if EAGAIN ? full fifo -> fix the reader ! There's a race condition in extreme cases though ; but it's still better to be nonblocking - the writer shouldn't get in trouble because of a bad reader. */ -- cgit v1.2.3