fix or complain about some invalid errno references

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882269 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2009-11-19 20:00:12 +00:00
parent d152d310ef
commit d854b9d90c
4 changed files with 3 additions and 3 deletions

View File

@ -342,7 +342,7 @@ static int process_dir(char *path, apr_pool_t *pool)
}
}
/* this may look strange but apr_stat() may return errno which
/* this may look strange but apr_stat() may return an error which
* is system dependent and there may be transient failures,
* so just blindly retry for a short while
*/