From 667e83d71eebba70817ab035ef207a52785bc129 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Mon, 2 Nov 2015 20:18:11 +0100 Subject: fix some typos Sponsored-by: On-Waves ehi --- src/gsm/tlv_parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/gsm/tlv_parser.c b/src/gsm/tlv_parser.c index 5eee53a6..19d0c84d 100644 --- a/src/gsm/tlv_parser.c +++ b/src/gsm/tlv_parser.c @@ -70,7 +70,7 @@ int tlv_parse_one(uint8_t *o_tag, uint16_t *o_len, const uint8_t **o_val, return 1; } - /* FIXME: use tables for knwon IEI */ + /* FIXME: use tables for known IEI */ switch (def->def[tag].type) { case TLV_TYPE_T: /* GSM TS 04.07 11.2.4: Type 1 TV or Type 2 T */ @@ -143,7 +143,7 @@ tlv: /* GSM TS 04.07 11.2.4: Type 4 TLV */ return len; } -/*! \brief Parse an entire buffer of TLV encoded Information Eleemnts +/*! \brief Parse an entire buffer of TLV encoded Information Elements * \param[out] dec caller-allocated pointer to \ref tlv_parsed * \param[in] def structure defining the valid TLV tags / configurations * \param[in] buf the input data buffer to be parsed -- cgit v1.2.3