Typo in comment.

This commit is contained in:
John Maguire 2010-12-21 15:49:17 +00:00
parent 718be22d0d
commit 2c0cd683db
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ int main(int argc, char *argv[]) {
mac::MacMain();
// Bump the soft limit for the number of file descriptors from the default of 256 to
// the maximum (usually 1024).
// the maximum (usually 10240).
struct rlimit limit;
getrlimit(RLIMIT_NOFILE, &limit);