mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Comment typo.
This commit is contained in:
parent
17766fd7f0
commit
d27e378879
1 changed files with 2 additions and 2 deletions
|
|
@ -839,8 +839,8 @@ static int l_new (lua_State *L)
|
|||
}
|
||||
|
||||
/* Common subfunction to l_close and l_connect. l_connect calls this when a
|
||||
socket when a second attempt is made to connect a socket that has already had
|
||||
a connection attempt. */
|
||||
second attempt is made to connect a socket that has already had a connection
|
||||
attempt. */
|
||||
static void close_internal (lua_State *L, nse_nsock_udata *nu)
|
||||
{
|
||||
trace(nu->nsiod, "CLOSE", TO);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue