1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-20 14:39:02 +00:00

Minor rewordings, fixed typos.

This commit is contained in:
henri
2012-01-09 13:33:38 +00:00
parent 42c7c15c3f
commit fe566432c7
4 changed files with 8 additions and 8 deletions

View File

@@ -305,7 +305,7 @@ int msevent_cancel(mspool *nsp, msevent *nse, gh_list *event_list, gh_list_elem
nse->id, &nsp->pcap_read_events, &nsp->read_events,
event_list,((mspcap *)nse->iod->pcap)->pcap_desc);
/* If event occured, and we're in BSD_HACK mode, than this event was added to
/* If event occurred, and we're in BSD_HACK mode, then this event was added to
* two queues. read_event and pcap_read_event Of course we should
* destroy it only once. I assume we're now in read_event, so just unlink
* this event from pcap_read_event */