OSDN Git Service

.
authorcgf <cgf>
Tue, 9 Mar 2004 01:29:39 +0000 (01:29 +0000)
committercgf <cgf>
Tue, 9 Mar 2004 01:29:39 +0000 (01:29 +0000)
winsup/cygwin/how-signals-work.txt

index 9a2b478..cc0b26f 100644 (file)
@@ -6,7 +6,7 @@ How do signals work?
 
 On process startup, cygwin starts a secondary thread which deals with
 signals.  This thread contains a loop which blocks waiting for
-information to show up on a pipe whose handle (sendsig) is currently
+information to arrive on a pipe whose handle (sendsig) is currently
 stored in _pinfo (this may change).
 
 Communication on the sendsig pipe is via the 'sigpacket' structure.