fix comments

svn path=/trunk/; revision=25084
This commit is contained in:
Ulf Lamping 2008-04-17 01:45:37 +00:00
parent 061df434cb
commit f7a6d27307
1 changed files with 3 additions and 3 deletions

View File

@ -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
*/