summaryrefslogtreecommitdiff
path: root/plugins/mate
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-02-26 01:30:56 +0000
committerBill Meier <wmeier@newsguy.com>2013-02-26 01:30:56 +0000
commit63f113d908b58e885a2bc1b054960502195aab87 (patch)
tree7a69217f3529b160ec31066e9587254d976f45e0 /plugins/mate
parentd449c31d1d3c3772d126bf0ada7dbecc2448c9ea (diff)
downloadwireshark-63f113d908b58e885a2bc1b054960502195aab87.tar.gz
it's ==> its & its == > it's as needed.
svn path=/trunk/; revision=47893
Diffstat (limited to 'plugins/mate')
-rw-r--r--plugins/mate/mate_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mate/mate_util.h b/plugins/mate/mate_util.h
index 87afbf6a6d..140aaefb2b 100644
--- a/plugins/mate/mate_util.h
+++ b/plugins/mate/mate_util.h
@@ -233,7 +233,7 @@ extern AVP* extract_avp_by_name(AVPL* avpl, gchar* name);
extern gchar* avpl_to_str(AVPL* avpl);
extern gchar* avpl_to_dotstr(AVPL*);
-/* deletes an avp list and eventually it's contents */
+/* deletes an avp list and eventually its contents */
extern void delete_avpl(AVPL* avpl, gboolean avps_too);
/*
@@ -266,7 +266,7 @@ extern AVPL* extract_last_avpl(LoAL* loal);
/* it will get the next avp list from a LoAL, using cookie to keep state */
extern AVPL* get_next_avpl(LoAL* loal,void** cookie);
-/* deletes a loal and eventually it's contents */
+/* deletes a loal and eventually its contents */
extern void delete_loal(LoAL* loal, gboolean avpls_too, gboolean avps_too);