aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorMaksim Salau <maksim.salau@gmail.com>2019-08-16 13:27:48 +0300
committerStig Bjørlykke <stig@bjorlykke.org>2019-08-16 10:32:43 +0000
commit137993eceb2a449c9192d554385cf9d0351d1136 (patch)
treebf3c0403ff2a8065e953d3fcc194e9e5678520a8 /epan
parent646ff56fae6bd9010e9b13c9e9c2c956314d872e (diff)
tvbuff.h: Fix doxygen comment of base64_to_tvb()
Change-Id: I89603d48ad2a8f46563088c46664c5406342a994 Reviewed-on: https://code.wireshark.org/review/34298 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'epan')
-rw-r--r--epan/tvbuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/tvbuff.h b/epan/tvbuff.h
index ddac87ed63..af77ec643a 100644
--- a/epan/tvbuff.h
+++ b/epan/tvbuff.h
@@ -998,7 +998,7 @@ WS_DLL_PUBLIC tvbuff_t *tvb_child_uncompress_lznt1(tvbuff_t *parent,
/** Return a tvb that contains the binary representation of a base64
* string as a child of the indicated tvb.
*
- * @param tvb The parent tvbuff.
+ * @param parent The parent tvbuff.
* @param base64 The base64 encoded string which binary representation will be
* returned in the child tvb.
*