1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 05:09:14 +00:00

Fix a typo in a comment.

This commit is contained in:
david
2010-01-28 19:12:11 +00:00
parent 0ed416b8fd
commit 80f90e4d5f

View File

@@ -243,7 +243,7 @@ static int parse_int(const unsigned char *s, size_t len)
return (int) v;
}
/* This is a helper function for asn1_time_to_obj. It parses a tectual ASN1_TIME
/* This is a helper function for asn1_time_to_obj. It parses a textual ASN1_TIME
value and stores the time in the given struct tm. It returns 0 on success and
-1 on a parse error. */
static int time_to_tm(const ASN1_TIME *t, struct tm *result)