helly           Fri Mar 21 18:21:09 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/main/streams       mmap.c 
  Log:
  - MFH Fix comment
  
http://cvs.php.net/viewvc.cgi/php-src/main/streams/mmap.c?r1=1.8.2.1.2.1.2.2&r2=1.8.2.1.2.1.2.3&diff_format=u
Index: php-src/main/streams/mmap.c
diff -u php-src/main/streams/mmap.c:1.8.2.1.2.1.2.2 
php-src/main/streams/mmap.c:1.8.2.1.2.1.2.3
--- php-src/main/streams/mmap.c:1.8.2.1.2.1.2.2 Fri Mar 21 17:13:08 2008
+++ php-src/main/streams/mmap.c Fri Mar 21 18:21:09 2008
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: mmap.c,v 1.8.2.1.2.1.2.2 2008/03/21 17:13:08 helly Exp $ */
+/* $Id: mmap.c,v 1.8.2.1.2.1.2.3 2008/03/21 18:21:09 helly Exp $ */
 
 /* Memory Mapping interface for streams */
 #include "php.h"
@@ -31,7 +31,7 @@
        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;



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to