summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin')
-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.