From 3d875f51dcbb6b07c4698d0696b8b946997e6373 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 14 Oct 2011 20:24:08 +0200 Subject: [PATCH 1/1] Trivial: Fix typo in documentation of para_next_signal(). --- signal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signal.c b/signal.c index f02c453a..2d5549d5 100644 --- a/signal.c +++ b/signal.c @@ -150,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 -- 2.39.2