From: Andre Noll Date: Fri, 14 Oct 2011 18:24:08 +0000 (+0200) Subject: Trivial: Fix typo in documentation of para_next_signal(). X-Git-Tag: v0.4.9~12^2~6 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=3d875f51dcbb6b07c4698d0696b8b946997e6373;hp=89f2de1016601e523fd456e0e2fa650fa695ecaa;ds=sidebyside Trivial: Fix typo in documentation of para_next_signal(). --- 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