mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Fix various typos in comments. Closes #2888
This commit is contained in:
@@ -91,7 +91,7 @@ static void arpping(Target *hostbatch[], int num_hosts) {
|
||||
int targetno;
|
||||
targets.reserve(num_hosts);
|
||||
|
||||
/* Default timout should be much lower for arp */
|
||||
/* Default timeout should be much lower for arp */
|
||||
int default_to = box(o.minRttTimeout(), o.initialRttTimeout(), INITIAL_ARP_RTT_TIMEOUT) * 1000;
|
||||
for (targetno = 0; targetno < num_hosts; targetno++) {
|
||||
initialize_timeout_info(&hostbatch[targetno]->to);
|
||||
|
||||
Reference in New Issue
Block a user