1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-16 12:49:02 +00:00

Fixed typos.

This commit is contained in:
henri
2012-01-09 13:20:13 +00:00
parent 5268a3f39a
commit 42c7c15c3f
2 changed files with 9 additions and 9 deletions

View File

@@ -148,7 +148,7 @@ struct writeinfo {
* fields directly */
typedef struct {
/* Every msp has a unique (accross the program execution) id */
/* Every msp has a unique (across the program execution) id */
unsigned long id;
/* User data, NULL if unset */
@@ -261,7 +261,7 @@ typedef struct {
/* The mspool keeps track of msiods that have been allocated so that it can
* destroy them if the msp is deleted. This pointer makes it easy to remove
* this msiod from the allocated list when neccessary */
* this msiod from the allocated list when necessary */
gh_list_elem *entry_in_nsp_active_iods;
#define IOD_REGISTERED 0x01