fd.c: Fix typo in comment.
authorAndre Noll <maan@systemlinux.org>
Sun, 28 Nov 2010 21:17:39 +0000 (22:17 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 28 Nov 2010 21:17:39 +0000 (22:17 +0100)
fd.c

diff --git a/fd.c b/fd.c
index 978ada45de9211dc84363874682603d0d6d6e558..54eddb3c46445ff625dfc1becb6bf7c5bfa75311 100644 (file)
--- 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).