Trivial: Fix typo in documentation of para_next_signal().
authorAndre Noll <maan@systemlinux.org>
Fri, 14 Oct 2011 18:24:08 +0000 (20:24 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 15 Oct 2011 19:22:53 +0000 (21:22 +0200)
signal.c

index f02c453a04a02e5d3e1c8a9c791aba8275a60671..2d5549d59817b151ae6780fa43e083f881c81ea9 100644 (file)
--- a/signal.c
+++ b/signal.c
@@ -150,7 +150,7 @@ void para_install_sighandler(int sig)
 /**
  * Return the number of the next pending signal.
  *
 /**
  * Return the number of the next pending signal.
  *
- * \param rfds Th fd_set containing the signal pipe.
+ * \param rfds The fd_set containing the signal pipe.
  *
  * \return On success, the number of the received signal is returned. If there
  * is no signal currently pending, the function returns zero. On read errors
  *
  * \return On success, the number of the received signal is returned. If there
  * is no signal currently pending, the function returns zero. On read errors