Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2010-09-02 09:34:02 +0400
committerChristopher Faylor <me@cgf.cx>2010-09-02 09:34:02 +0400
commit6a7d80f2ae3cbf46bcc79c6060a5db31699ca0d3 (patch)
tree507e91e5b8cf0177b3a509ae945e58ea5cb722cd /winsup/cygwin/sigproc.cc
parentfc0e5071bcbc5670e9710c052f8ea99ab5d3c447 (diff)
* sigoproc.cc (sigproc_init): Use American spelling in comment.
Diffstat (limited to 'winsup/cygwin/sigproc.cc')
-rw-r--r--winsup/cygwin/sigproc.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/sigproc.cc b/winsup/cygwin/sigproc.cc
index 2e6306813..17a18ffe0 100644
--- a/winsup/cygwin/sigproc.cc
+++ b/winsup/cygwin/sigproc.cc
@@ -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");
}