- MFH Fix comment

This commit is contained in:
Marcus Boerger 2008-03-21 18:21:09 +00:00
parent 51e9bd075f
commit 3ce7194a4d

View 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;