]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Fixed spelling in comment.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 21 Oct 2009 17:04:03 +0000 (19:04 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 21 Oct 2009 17:04:03 +0000 (19:04 +0200)
Rev: nettle/asn1.h:1.2

asn1.h

diff --git a/asn1.h b/asn1.h
index a7bca6ec812ff6efc4c9d1c27a40d53ba5ec327d..7933ce27fa31a004f2148e6a7496710ff7fa3286 100644 (file)
--- a/asn1.h
+++ b/asn1.h
@@ -120,8 +120,8 @@ asn1_der_decode_constructed(struct asn1_der_iterator *i,
                            struct asn1_der_iterator *contents);
 
 /* For the common case that we have a sequence at the end of the
-   object. Checks that the current object is the final one, and ten
-   reinitialize the iterator to parse its ontents. */
+   object. Checks that the current object is the final one, and then
+   reinitializes the iterator to parse its ontents. */
 enum asn1_iterator_result
 asn1_der_decode_constructed_last(struct asn1_der_iterator *i);