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
parentfc0e5071bcbc5670e9710c052f8ea99ab5d3c447 (diff)
* sigoproc.cc (sigproc_init): Use American spelling in comment.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/sigproc.cc2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index f75f55093..4d995daa1 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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.
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");
}