From: Bodo Möller Date: Fri, 19 May 2000 12:02:09 +0000 (+0000) Subject: Fix "FIXME" indentation :-) X-Git-Tag: OpenSSL_0_9_5~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c95b7a723f467d32b69b54e368fc666860fcc270;p=oweals%2Fopenssl.git Fix "FIXME" indentation :-) --- diff --git a/crypto/asn1/a_utctm.c b/crypto/asn1/a_utctm.c index 379c30c769..f6652e7081 100644 --- a/crypto/asn1/a_utctm.c +++ b/crypto/asn1/a_utctm.c @@ -294,7 +294,7 @@ time_t ASN1_UTCTIME_get(const ASN1_UTCTIME *s) return timegm(&tm)-offset*60; /* FIXME: timegm is non-standard, * typically we only have mktime (which * interprets the struct tm according to - * the current time zone setting). - * Also time_t is inappropriate for general + * the current time zone setting). + * Also time_t is inappropriate for general * UTC times because it may a 32 bit type. */ }