1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-08 15:39:05 +00:00

Comment typo.

This commit is contained in:
david
2013-02-26 05:28:33 +00:00
parent f42308248d
commit 40dc37e30b

View File

@@ -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 <Thread, Socket Table> pairs.