Trivial: Fix typo in documentation of para_next_signal().
[paraslash.git] / signal.c
index 4726571c40da9a166fcef51655b2d20d87fd59b0..2d5549d59817b151ae6780fa43e083f881c81ea9 100644 (file)
--- a/signal.c
+++ b/signal.c
@@ -7,7 +7,6 @@
 
 #include <signal.h>
 #include <sys/types.h>
-#include <dirent.h>
 
 #include "para.h"
 #include "error.h"
@@ -151,7 +150,7 @@ void para_install_sighandler(int sig)
 /**
  * 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