We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9ef7e commit dbcb637Copy full SHA for dbcb637
src/asn1c/ber_tlv_length.c
@@ -78,7 +78,7 @@ ssize_t
78
ber_skip_length(asn_codec_ctx_t *opt_codec_ctx,
79
int _is_constructed, const void *ptr, size_t size) {
80
ber_tlv_len_t vlen; /* Length of V in TLV */
81
- ssize_t tl; /* Length of L in TLV */
+ ssize_t tl; /* Length of T in TLV */
82
ssize_t ll; /* Length of L in TLV */
83
size_t skip;
84
0 commit comments