From 795bf04f176cf48aa8636e3b904e8bc262df89f7 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 28 Nov 2010 22:17:39 +0100 Subject: [PATCH 1/1] fd.c: Fix typo in comment. --- fd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fd.c b/fd.c index 978ada45..54eddb3c 100644 --- a/fd.c +++ b/fd.c @@ -97,7 +97,7 @@ int write_nonblock(int fd, const char *buf, size_t len) * In any case, \a num_bytes contains the number of bytes that have been * successfully read from \a fd (zero if the first readv() call failed with * EAGAIN). Note that even if the function returns negative, some data might - * have been read before the error occured. In this case \a num_bytes is + * have been read before the error occurred. In this case \a num_bytes is * positive. * * \sa \ref write_nonblock(), read(2), readv(2). -- 2.39.2