summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/tlv.h2
-rwxr-xr-x[-rw-r--r--]src/common/tlv.c0
2 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);
diff --git a/src/common/tlv.c b/src/common/tlv.c
index 5b5ca5e..5b5ca5e 100644..100755
--- a/src/common/tlv.c
+++ b/src/common/tlv.c