]> granicus.if.org Git - php/commitdiff
MFH: Fix comment
authorfoobar <sniper@php.net>
Thu, 24 Feb 2005 11:35:10 +0000 (11:35 +0000)
committerfoobar <sniper@php.net>
Thu, 24 Feb 2005 11:35:10 +0000 (11:35 +0000)
main/streams/mmap.c

index aa4320dc76050d95845455c72363300fe73af09c..1cfa9b8258428220b0c76ba0ec3efccb25999baf 100644 (file)
@@ -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;