From 12a66e0d1c22601c244ed7ce1a89cf32bef05789 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 21 Mar 2008 18:20:51 +0000 Subject: [PATCH] - Fix comment --- main/streams/mmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/streams/mmap.c b/main/streams/mmap.c index 6619fdc039..633ab1b706 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 2MB limit to avoid + /* For now, we impose an arbitrary limit to avoid * runaway swapping when large files are passed thru. */ if (length > 8 * 1024 * 1024) { return NULL; -- 2.40.0