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>2005-08-11 21:18:18 +0400
committerChristopher Faylor <me@cgf.cx>2005-08-11 21:18:18 +0400
commitb4ec1841997ed8ddfba41818e4806513d8da433d (patch)
tree7214b088f890af84b82622ed13c428420357c0ee
parent205a5751885366e8935b57105d9ee4792197d2aa (diff)
fix typo
-rw-r--r--winsup/cygwin/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 3c9e5cc29..4c36a6ad3 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -19,7 +19,7 @@
* spawn.cc (av()): New constructor.
(av::operator new): New operator.
(av::set): New function.
- (spawn_guts): Reorganize so that classes which allocates are defined
+ (spawn_guts): Reorganize so that classes which allocate are defined
early in the function so that it can be properly cleaned up after an
efault. Set errno to E2BIG in the event of a SEGV situation.