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

Fixed more typos.

This commit is contained in:
henri
2012-01-09 13:47:58 +00:00
parent fe566432c7
commit d0a17f430f
6 changed files with 13 additions and 13 deletions

View File

@@ -242,7 +242,7 @@ int nsock_event_cancel(nsock_pool ms_pool, nsock_event_id id, int notify ) {
return msevent_cancel(nsp, nse, event_list, current, notify);
}
/* An inernal function for cancelling an event when you already have a pointer
/* An internal function for cancelling an event when you already have a pointer
* to the msevent (use nsock_event_cancel if you just have an ID). The
* event_list passed in should correspond to the type of the event. For example,
* with NSE_TYPE_READ, you would pass in &nsp->read_events;. elem is the list