diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/tlv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/tlv.c b/common/tlv.c index c68756406..3453b29f6 100644 --- a/common/tlv.c +++ b/common/tlv.c @@ -234,7 +234,7 @@ _parse_ber_header (unsigned char const **buffer, size_t *size, /* FIXME: The following function should not go into this file but for now it is easier to keep it here. */ -/* Return the next token of an canconical encoded S-expression. BUF +/* Return the next token of an canonical encoded S-expression. BUF is the pointer to the S-expression and BUFLEN is a pointer to the length of this S-expression (used to validate the syntax). Both are updated to reflect the new position. The token itself is |