Skip to content

Commit dbcb637

Browse files
donfedesimo5
authored andcommitted
minor comment fix ber_skip_length()
Minor comment fix in ber_skip_length()
1 parent aa9ef7e commit dbcb637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asn1c/ber_tlv_length.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ ssize_t
7878
ber_skip_length(asn_codec_ctx_t *opt_codec_ctx,
7979
int _is_constructed, const void *ptr, size_t size) {
8080
ber_tlv_len_t vlen; /* Length of V in TLV */
81-
ssize_t tl; /* Length of L in TLV */
81+
ssize_t tl; /* Length of T in TLV */
8282
ssize_t ll; /* Length of L in TLV */
8383
size_t skip;
8484

0 commit comments

Comments
 (0)