From: Marcus Boerger Date: Fri, 21 Mar 2008 18:21:09 +0000 (+0000) Subject: - MFH Fix comment X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~497 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ce7194a4d5c9a28d320bfafd8868537a703f822;p=php - MFH Fix comment --- 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;