From 97d2bc794d2c1ecad9e7a52d4ca07e0e934ad62a Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 18 Jan 2003 03:43:48 +0000 Subject: [PATCH] fix typo --- winsup/cygwin/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 2d70f3592..00936c30d 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -2,7 +2,7 @@ * cygheap.cc: Change most 'int's to 'unsigned's. (_cmalloc): Only check for size of malloced region when calculating - budget. Add overhead when performing the sbrk. Previous change broke + bucket. Add overhead when performing the sbrk. Previous change broke _crealloc. 2003-01-17 Christopher Faylor