From d2519e4e127ff530b297298d3d6085aa62d66091 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 26 Nov 2009 19:50:26 +0000 Subject: [PATCH] Fix a comment that was probably mistyped. --- idle_scan.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idle_scan.cc b/idle_scan.cc index 063a6c6b7..8e17c496d 100644 --- a/idle_scan.cc +++ b/idle_scan.cc @@ -1040,8 +1040,8 @@ void idle_scan(Target *target, u16 *portarray, int numports, Snprintf(additional_info, sizeof(additional_info), "%d ports", numports); SPM.endTask(NULL, additional_info); - /* Now we go through the ports which were not determined were scanned - but not determined to be open, and add them in the "closed" state */ + /* Now we go through the ports which were scanned but not determined + to be open, and add them in the "closed" state */ for(portidx = 0; portidx < numports; portidx++) { if (target->ports.getPortEntry(portarray[portidx], IPPROTO_TCP) == NULL) { target->ports.addPort(portarray[portidx], IPPROTO_TCP, PORT_CLOSEDFILTERED);