From e31c5973b1e97e67112be2485860b8b7fe92f32e Mon Sep 17 00:00:00 2001 From: batrick Date: Wed, 3 Jun 2009 05:38:44 +0000 Subject: [PATCH] Corrected a comment. --- nse_main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nse_main.lua b/nse_main.lua index 2d985d53c..de78aa85b 100644 --- a/nse_main.lua +++ b/nse_main.lua @@ -595,7 +595,7 @@ end -- main(hosts) -- This is the main function we return to NSE (on the C side) which actually -- runs a scan against an array of hosts. nse_main.cc gets this function --- by calling loadfile on nse_main.lua. +-- by loading and executing nse_main.lua. -- Arguments: -- hosts An array of hosts to scan. return function (hosts)