summaryrefslogtreecommitdiff
path: root/epan/stats_tree.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2008-04-17 01:45:37 +0000
committerUlf Lamping <ulf.lamping@web.de>2008-04-17 01:45:37 +0000
commitf7a6d2730714d51f69436527db07a85516348461 (patch)
treec755d8c8d6ec6de4c562404433a5b0b28dba9bd8 /epan/stats_tree.h
parent061df434cbd431830ad88bfe9205d46c454731fa (diff)
downloadwireshark-f7a6d2730714d51f69436527db07a85516348461.tar.gz
fix comments
svn path=/trunk/; revision=25084
Diffstat (limited to 'epan/stats_tree.h')
-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
*/