From d27e3788792c366502e6aff4642cb1a7ea788696 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 17 Oct 2012 18:48:32 +0000 Subject: [PATCH] Comment typo. --- nse_nsock.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nse_nsock.cc b/nse_nsock.cc index acbb69995..0d724faaf 100644 --- a/nse_nsock.cc +++ b/nse_nsock.cc @@ -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);