aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdcp-lte.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-pdcp-lte.c')
-rw-r--r--epan/dissectors/packet-pdcp-lte.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pdcp-lte.c b/epan/dissectors/packet-pdcp-lte.c
index 9fde6d508a..5c4356a89b 100644
--- a/epan/dissectors/packet-pdcp-lte.c
+++ b/epan/dissectors/packet-pdcp-lte.c
@@ -509,7 +509,7 @@ static guint pdcp_result_hash_func(gconstpointer v)
}
/* pdcp_channel_hash_key fits into the pointer, so just copy the value into
- a guint, cast to apointer and return that as the key */
+ a guint, cast to a pointer and return that as the key */
static gpointer get_channel_hash_key(pdcp_channel_hash_key *key)
{
guint asInt = 0;