summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/tlv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tlv.h b/include/tlv.h
index b52763a..63507c1 100644
--- a/include/tlv.h
+++ b/include/tlv.h
@@ -150,7 +150,7 @@ struct tlv_parser {
/**
* Fills tlv structure to represent the next tlv in the packet.
*
- * Returns END_OF_PACKET if all tlv's were read of E_TLV_OVERFLOW, if the last
+ * Returns END_OF_PACKET if all tlv's were read or E_TLV_OVERFLOW, if the last
* tlv, according to its declared size should not fit in a packet.
*/
int tlv_get(struct tlv_parser *parser, struct tlv *ret);