From 80f90e4d5fc821f4c2f589cb02dfcd6673282a05 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 28 Jan 2010 19:12:11 +0000 Subject: [PATCH] Fix a typo in a comment. --- nse_ssl_cert.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nse_ssl_cert.cc b/nse_ssl_cert.cc index 9e58339b2..2bec89ada 100644 --- a/nse_ssl_cert.cc +++ b/nse_ssl_cert.cc @@ -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)