From 9b3a1cdf7a74f010eba0deb9a992138b28360e2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 17 Oct 2006 12:51:06 +0000 Subject: [PATCH] spelling git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18523 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/timegm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/asn1/timegm.c b/lib/asn1/timegm.c index ee7d846ed..388718cbb 100644 --- a/lib/asn1/timegm.c +++ b/lib/asn1/timegm.c @@ -53,7 +53,8 @@ _der_timegm (struct tm *tm) time_t res = 0; unsigned i; - /* XXX this is wrong, needs to handle out of months, days, hours, min, sec */ + /* XXX this is wrong, needs to handle out of range + * months, days, hours, min, sec */ if (tm->tm_mon < 0 || tm->tm_mon > 11) return -1;