aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-epl-profile-parser.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-06-06 11:15:03 +0000
committerRoland Knall <rknall@gmail.com>2017-06-06 14:07:41 +0000
commit874f8ade9c4b5b2b5a2100cc50186daab9af6d6d (patch)
treee58ee6ed1484503bb9668eebd577dbcd41f3fdc7 /epan/dissectors/packet-epl-profile-parser.c
parent844c7863a30922b6deec54125c4c87016ff2e392 (diff)
epl (profiler-parser): fix parameter 'cmp/allocator' not found in the function declaration [-Wdocumentation]
Change-Id: I76a7c66fd4d1872b5cc63447b5acfac2ab8821fd Reviewed-on: https://code.wireshark.org/review/21981 Reviewed-by: Roland Knall <rknall@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-epl-profile-parser.c')
-rw-r--r--epan/dissectors/packet-epl-profile-parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-epl-profile-parser.c b/epan/dissectors/packet-epl-profile-parser.c
index 694e4bbaa3..ebc05680d6 100644
--- a/epan/dissectors/packet-epl-profile-parser.c
+++ b/epan/dissectors/packet-epl-profile-parser.c
@@ -613,9 +613,9 @@ free_garray(wmem_allocator_t *scope _U_, wmem_cb_event_t event _U_, void *data)
}
/**
- * \param allocator wmem pool to use
+ * \param scope wmem pool to use
* \param elem_size size of elements to add into the iarray
- * \param cmp establishes whether two adjacent elements are equal and thus
+ * \param equal establishes whether two adjacent elements are equal and thus
* shall be combined at sort-time
*
* \returns a new interval array or NULL on failure