From e801c0c7204df9c566b503a7c4c2d828166796f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C5=ABnas=20Ma=C5=BEeikis?= Date: Sun, 2 Jun 2019 13:55:38 +0300 Subject: Protocol: fixed typos and permissions. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ramūnas Mažeikis --- include/tlv.h | 2 +- src/common/tlv.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 src/common/tlv.c 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 old mode 100644 new mode 100755 -- cgit v1.2.3