summaryrefslogtreecommitdiffstats
path: root/include/tlv.h
diff options
context:
space:
mode:
authorGravatar Ramūnas Mažeikis <ramunasnezinomas@gmail.com> 2019-06-02 13:55:38 +0300
committerGravatar Ramūnas Mažeikis <ramunasnezinomas@gmail.com> 2019-06-02 13:55:38 +0300
commite801c0c7204df9c566b503a7c4c2d828166796f8 (patch)
tree2888cba168ff1013dec6dfd80ba769a76344c071 /include/tlv.h
parent44c82412b922847e0a3b3babb86158ffda5ebcf8 (diff)
downloadusurpation-e801c0c7204df9c566b503a7c4c2d828166796f8.tar.gz
usurpation-e801c0c7204df9c566b503a7c4c2d828166796f8.tar.bz2
usurpation-e801c0c7204df9c566b503a7c4c2d828166796f8.zip
Protocol: fixed typos and permissions.
Signed-off-by: Ramūnas Mažeikis <ramunasnezinomas@gmail.com>
Diffstat (limited to 'include/tlv.h')
-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);