Fix and clean up some comments
Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
parent
9f25de3dce
commit
eba87789ab
37 changed files with 73 additions and 69 deletions
|
@ -39,7 +39,7 @@
|
|||
#include "lwpint.h"
|
||||
|
||||
/*
|
||||
* Signals catched so far.
|
||||
* Signals caught so far.
|
||||
* Access only with signals blocked!
|
||||
*/
|
||||
static sigset_t LwpSigCatched;
|
||||
|
@ -83,8 +83,8 @@ lwpCatchAwaitedSig(int sig)
|
|||
}
|
||||
|
||||
/*
|
||||
* Test whether a signal from @set has been catched.
|
||||
* If yes, delete that signal from the set of catched signals, and
|
||||
* Test whether a signal from @set has been caught.
|
||||
* If yes, delete that signal from the set of caught signals, and
|
||||
* return its number.
|
||||
* Else return 0.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue