aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/tasn_dec.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-04-30 18:07:30 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-04-30 18:07:30 +0000
commit98a2fd32a098949a6727ef59f51225f82ba5d95c (patch)
treecb3490b7b8d7820ee36ecab1061e3b8b25dcd5c9 /crypto/asn1/tasn_dec.c
parent7bdeeb64ac00caacfa476ac73bec52bea0aade34 (diff)
downloadopenssl-98a2fd32a098949a6727ef59f51225f82ba5d95c.tar.gz
Typo.
Diffstat (limited to 'crypto/asn1/tasn_dec.c')
-rw-r--r--crypto/asn1/tasn_dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/asn1/tasn_dec.c b/crypto/asn1/tasn_dec.c
index ed79535e66..062afd95fa 100644
--- a/crypto/asn1/tasn_dec.c
+++ b/crypto/asn1/tasn_dec.c
@@ -1075,7 +1075,7 @@ static int asn1_find_end(const unsigned char **in, long len, char inf)
expected_eoc = 1;
/* Indefinite length constructed form. Find the end when enough EOCs
* are found. If more indefinite length constructed headers
- * are encountered increment the expected eoc count otherwise justi
+ * are encountered increment the expected eoc count otherwise just
* skip to the end of the data.
*/
while (len > 0)