X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=signal.c;h=bded532ed209ab4fa686d1e93147a4cfc4a5bcce;hp=da395157c29ae8aff0459a2731e10ae7a13e90e6;hb=d656b93201ccb745f267a847b07e9dfa3b33f9f5;hpb=d3876893e9c895b98d2d2b27942f7c235175a4e1 diff --git a/signal.c b/signal.c index da395157..bded532e 100644 --- a/signal.c +++ b/signal.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009 Andre Noll + * Copyright (C) 2004-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -149,7 +149,7 @@ void para_install_sighandler(int sig) } /** - * Return the number of next pending signal. + * Return the number of the next pending signal. * * This should be called if the fd for the signal pipe is ready for reading. *