1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 18:09:01 +00:00

Corrected a comment.

This commit is contained in:
batrick
2009-06-03 05:38:44 +00:00
parent 93c4f35f2e
commit e31c5973b1

View File

@@ -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)