From 40dc37e30bfc21f54801f236ebdb8d34a4416733 Mon Sep 17 00:00:00 2001 From: david Date: Tue, 26 Feb 2013 05:28:33 +0000 Subject: [PATCH] Comment typo. --- nse_nsock.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nse_nsock.cc b/nse_nsock.cc index 1b36f2b84..662192163 100644 --- a/nse_nsock.cc +++ b/nse_nsock.cc @@ -146,7 +146,7 @@ static std::string hexify (const unsigned char *str, size_t len) /* Some constants used for enforcing a limit on the number of open sockets * in use by threads. The maximum value between MAX_PARALLELISM and - * o.maxparallelism is the max # of threads that can have connected sockets + * o.max_parallelism is the max # of threads that can have connected sockets * (open). * * THREAD_SOCKETS is a weak keyed table of pairs.