aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/stats_tree.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/stats_tree.h b/epan/stats_tree.h
index c48751badb..b60a0a07d1 100644
--- a/epan/stats_tree.h
+++ b/epan/stats_tree.h
@@ -43,15 +43,15 @@ typedef int (*stat_tree_packet_cb)(stats_tree*,
epan_dissect_t*,
const void *);
-/* stats_tree initilaization callback */
+/* stats_tree initialization callback */
typedef void (*stat_tree_init_cb)(stats_tree*);
-/* stats_tree initilaization callback */
+/* stats_tree cleanup callback */
typedef void (*stat_tree_cleanup_cb)(stats_tree*);
/* registers a new stats tree
* abbr: protocol abbr
- * name: protocol name
+ * name: protocol display name
* packet: per packet callback
* init: tree initialization callback
*/