summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-05-06 09:50:21 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-05-06 09:50:21 +0000
commit110a803ae125047d6251827ae7c0a1e343fda84c (patch)
tree1582fde3ef5597f446b65c132d485e4e0730c1ed
parent589b9279cbb28da506f306e0b79c0e4a19b59ef8 (diff)
downloads6-110a803ae125047d6251827ae7c0a1e343fda84c.tar.xz
Comment typo fix
-rw-r--r--src/libs6/ftrigw_notifyb_nosig.c2
1 files changed, 1 insertions, 1 deletions
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. */