summaryrefslogtreecommitdiff
path: root/asn1.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2009-10-21 19:04:03 +0200
committerNiels Möller <nisse@lysator.liu.se>2009-10-21 19:04:03 +0200
commit52c9e1e4b339c830908018f7d0769a5da0055aef (patch)
tree29e5fb69ea01f292b449472ef3dab9f17d9b4b11 /asn1.h
parente218daf9c90329c02b3abaccf98a659a1d0e9469 (diff)
downloadnettle-52c9e1e4b339c830908018f7d0769a5da0055aef.tar.gz
Fixed spelling in comment.
Rev: nettle/asn1.h:1.2
Diffstat (limited to 'asn1.h')
-rw-r--r--asn1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1.h b/asn1.h
index a7bca6ec..7933ce27 100644
--- 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);