* sigoproc.cc (sigproc_init): Use American spelling in comment.

This commit is contained in:
Christopher Faylor 2010-09-02 05:34:02 +00:00
parent fc0e5071bc
commit 6a7d80f2ae
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-09-02 Christopher Faylor <me+cygwin@cgf.cx>
* sigoproc.cc (sigproc_init): Use American spelling in comment.
2010-09-01 Christopher Faylor <me+cygwin@cgf.cx>
* dcrt0.cc (dll_crt0_0): Remove myself settings.

View File

@ -463,7 +463,7 @@ sigproc_init ()
ProtectHandle (my_readsig);
myself->sendsig = my_sendsig;
new cygthread (wait_sig, cygself, "sig");
/* sync_proc_subproc is used by proc_subproc. It serialises
/* sync_proc_subproc is used by proc_subproc. It serializes
access to the children and proc arrays. */
sync_proc_subproc.init ("sync_proc_subproc");
}