Fix spelling caused by too much query-replace.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21366 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-27 10:06:22 +00:00
parent 2a110e115d
commit ea38249109

View File

@@ -43,8 +43,8 @@ is_leap(unsigned y)
} }
/* /*
* This is a simplifed version of _der_timegm that doesn't accept out * This is a simplifed version of timegm(3) that doesn't accept out of
* of bound values that timegm(3) normally accepts but those are not * bound values that timegm(3) normally accepts but those are not
* valid in asn1 encodings. * valid in asn1 encodings.
*/ */