aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-12-22 15:47:17 +0000
committerBill Meier <wmeier@newsguy.com>2013-12-22 15:47:17 +0000
commite348c13deb255db357154dc066f32cc7c178da78 (patch)
treec0bc4e0d52e3dd665bd7245f730273e9e21bc453 /epan/tvbuff.h
parent523abb73f8279b95c6c51b10c3a54d1b71a25064 (diff)
(Trivial)
- Minor whitespace changes; - Fix a typo; - Add editor modelines to tnbuff_subset.c svn path=/trunk/; revision=54364
Diffstat (limited to 'epan/tvbuff.h')
-rw-r--r--epan/tvbuff.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/tvbuff.h b/epan/tvbuff.h
index 43f13d7792..55236f08b1 100644
--- a/epan/tvbuff.h
+++ b/epan/tvbuff.h
@@ -150,7 +150,7 @@ WS_DLL_PUBLIC void tvb_set_free_cb(tvbuff_t *tvb, const tvbuff_free_cb_t func);
/** Attach a TVBUFF_REAL_DATA tvbuff to a parent tvbuff. This connection
* is used during a tvb_free_chain()... the "child" TVBUFF_REAL_DATA acts
- * as if is part of the chain-of-creation of the parent tvbuff, although it
+ * as if it is part of the chain-of-creation of the parent tvbuff, although it
* isn't. This is useful if you need to take the data from some tvbuff,
* run some operation on it, like decryption or decompression, and make a new
* tvbuff from it, yet want the new tvbuff to be part of the chain. The reality
@@ -702,7 +702,7 @@ extern tvbuff_t *tvb_child_uncompress(tvbuff_t *parent, tvbuff_t *tvb,
/* From tvbuff_base64.c */
/** Return a tvb that contains the binary representation of a base64
- * string
+ * string
*/
extern tvbuff_t* base64_to_tvb(tvbuff_t *parent, const char *base64);