From 2c0cd683dbe739c42172f9bfcfee95407918d91b Mon Sep 17 00:00:00 2001 From: John Maguire Date: Tue, 21 Dec 2010 15:49:17 +0000 Subject: [PATCH] Typo in comment. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index f282b9e36..09f3566f6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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);