git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105112
13f79535-47bb-0310-9956-
ffa450edef68
bb = apr_brigade_create(r->pool, c->bucket_alloc);
/* For platforms where the size of the file may be larger than
- * that which can be stored in a single bucket (whether the
+ * that which can be stored in a single bucket (where the
* length field is an apr_size_t), split it into several
- * buckets */
+ * buckets: */
if (sizeof(apr_off_t) > sizeof(apr_size_t)
&& r->finfo.size > AP_MAX_SENDFILE) {
apr_off_t fsize = r->finfo.size;