1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Remove some obsolete syntax from a comment.

This commit is contained in:
david
2009-11-16 23:17:59 +00:00
parent 682b8cbc53
commit 4017a3a872

View File

@@ -159,7 +159,7 @@ class TargetGroup {
struct in_addr currentaddr;
struct in_addr endaddr;
// These three are for the '138.[1-7,16,91-95,200-].12.1' style (IPV4_RANGES)
// These three are for the '138.1-7,16,91-95,200-.12.1' style (IPV4_RANGES)
u8 addresses[4][256];
unsigned int current[4];
u8 last[4];