aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-02-26 02:19:57 +0000
committerBill Meier <wmeier@newsguy.com>2013-02-26 02:19:57 +0000
commit24eff41b082e5d5d92ea6515db960e5fa85de02d (patch)
tree1e5a5c70a6f60f27d881a96710a638be81c8f801 /epan/proto.h
parent722b4985f10d9464d062aceaf30bcc2be0c180f7 (diff)
it's ==> its & its ==> it's as needed.
svn path=/trunk/; revision=47896
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/proto.h b/epan/proto.h
index 6cd23eacce..9a77c9c997 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -740,7 +740,7 @@ extern proto_tree* proto_tree_get_root(proto_tree *tree);
/** Move an existing item behind another existing item.
@param tree the tree to which both items belong
- @param fixed_item the item which keeps it's position
+ @param fixed_item the item which keeps its position
@param item_to_move the item which will be moved */
extern void proto_tree_move_item(proto_tree *tree, proto_item *fixed_item, proto_item *item_to_move);
@@ -1646,9 +1646,9 @@ proto_mark_private(const int proto_id);
extern gboolean
proto_is_private(const int proto_id);
-/** This is the type of function can be registered to get called whenever
- a given field was not found but a its prefix is matched
- it can be used to procrastinate the hf array registration
+/** This type of function can be registered to get called whenever
+ a given field was not found but a its prefix is matched;
+ It can be used to procrastinate the hf array registration.
@param match what's being matched */
typedef void (*prefix_initializer_t)(const char* match);
@@ -1775,7 +1775,7 @@ extern const char *proto_get_protocol_long_name(const protocol_t *protocol);
@return TRUE if decoding is enabled, FALSE if not */
extern gboolean proto_is_protocol_enabled(const protocol_t *protocol);
-/** Get a protocol's filter name by it's item number.
+/** Get a protocol's filter name by its item number.
@param proto_id protocol id (0-indexed)
@return its filter name. */
extern const char *proto_get_protocol_filter_name(const int proto_id);