From: Andi Gutmans Date: Thu, 24 Feb 2005 03:04:57 +0000 (+0000) Subject: - Fix comment X-Git-Tag: RELEASE_0_3~214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4cdd366e173121db3087922a4fbb19c2f1a9d35;p=php - Fix comment --- diff --git a/main/streams/mmap.c b/main/streams/mmap.c index aa4320dc76..1cfa9b8258 100644 --- a/main/streams/mmap.c +++ b/main/streams/mmap.c @@ -31,7 +31,7 @@ PHPAPI char *_php_stream_mmap_range(php_stream *stream, size_t offset, size_t le range.mode = mode; range.mapped = NULL; - /* For now, we impose an arbitrary 1MB limit to avoid + /* For now, we impose an arbitrary 2MB limit to avoid * runaway swapping when large files are passed thru. */ if (length > 2 * 1024 * 1024) { return NULL;