mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
fix some grammar mistakes, mostly in comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1080821 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -371,7 +371,7 @@ void ap_process_request(request_rec *r)
|
||||
* valuable for detecting clients with broken network
|
||||
* connections or possible DoS attacks.
|
||||
*
|
||||
* It is still save to use r / r->pool here as the eor bucket
|
||||
* It is still safe to use r / r->pool here as the eor bucket
|
||||
* could not have been destroyed in the event of a timeout.
|
||||
*/
|
||||
ap_log_rerror(APLOG_MARK, APLOG_ERR, rv, r,
|
||||
|
Reference in New Issue
Block a user