From f7a6d2730714d51f69436527db07a85516348461 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Thu, 17 Apr 2008 01:45:37 +0000 Subject: fix comments svn path=/trunk/; revision=25084 --- epan/stats_tree.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'epan/stats_tree.h') 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 */ -- cgit v1.2.3