mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
Fix spelling in comments and text files.
No functional change. PR 59990 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756038 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -1046,9 +1046,9 @@ static void purge(char *path, apr_pool_t *pool, apr_off_t max,
|
||||
return;
|
||||
}
|
||||
|
||||
/* process remaining entries oldest to newest, the check for an emtpy
|
||||
/* process remaining entries oldest to newest, the check for an empty
|
||||
* ring actually isn't necessary except when the compiler does
|
||||
* corrupt 64bit arithmetics which happend to me once, so better safe
|
||||
* corrupt 64bit arithmetics which happened to me once, so better safe
|
||||
* than sorry
|
||||
*/
|
||||
while (!((!s.max || s.sum <= s.max) && (!s.inodes || s.nodes <= s.inodes))
|
||||
|
Reference in New Issue
Block a user