]> granicus.if.org Git - php/commitdiff
- Fix comment
authorMarcus Boerger <helly@php.net>
Fri, 21 Mar 2008 18:20:51 +0000 (18:20 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 21 Mar 2008 18:20:51 +0000 (18:20 +0000)
main/streams/mmap.c

index 6619fdc039df6c9a3179d1a5ac88c9df49e3efd6..633ab1b70607deff1476381c9fb8d767c703bce8 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 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;