1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-02 11:39:03 +00:00

fix some typos in comments I found while reading Nbase's code

This commit is contained in:
d33tah
2013-06-28 15:37:20 +00:00
parent 851676e407
commit 85e52bf928
3 changed files with 3 additions and 3 deletions

View File

@@ -97,7 +97,7 @@
#define NBASE_WINCONFIG_H
//This disables the warning 4800 http://msdn.microsoft.com/en-us/library/b6801kcy(v=vs.71).aspx
#pragma warning(disable : 4800)
/* It doesn't really have strucct IP, but we use a different one instead
/* It doesn't really have struct IP, but we use a different one instead
of the one that comes with Nmap */
#define HAVE_STRUCT_IP 1
/* #define HAVE_STRUCT_ICMP 1 */