Fix typo in comment. I may need to buy a few more fingers to count on.

This commit is contained in:
Romain Tartiere 2010-06-25 00:30:32 +00:00
parent 335eef3e2f
commit 9c9d270b7e

View file

@ -149,11 +149,10 @@ tlv_record_length (const uint8_t *stream, size_t *field_length_size, size_t *fie
/*
* Get a pointer to the next record in the provided TLV sequence.
* | 0x03 | 0x02 | 0xbe | 0xef | 0x00 | 0x00 | 0xfe |
* First call ---' | | |
* Second call ------------------------' | |
* Third call -------------------------------' |
* Fourth call --------------------------------------'
* Fifth call NULL
* First call ---' | |
* Second call -------------------------------' |
* Third call --------------------------------------'
* Fourth call NULL
*/
uint8_t *
tlv_next (uint8_t *stream)