From e348c13deb255db357154dc066f32cc7c178da78 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Sun, 22 Dec 2013 15:47:17 +0000 Subject: (Trivial) - Minor whitespace changes; - Fix a typo; - Add editor modelines to tnbuff_subset.c svn path=/trunk/; revision=54364 --- epan/tvbuff.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/tvbuff.h') 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); -- cgit v1.2.3