aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tvbuff.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-02-26 14:20:58 -0800
committerGuy Harris <guy@alum.mit.edu>2014-02-26 22:23:04 +0000
commit5de2dacde859f42f7adb384eb46d5474e51e29a6 (patch)
treefda06f3b38fb8d9aa8397b0a73229246239aab31 /epan/tvbuff.h
parent910949ce8436caf850bfb0fd22873854f77b8291 (diff)
Fix a copy-and-pasteo.
Change-Id: Ied8830e2e7a689197870a4d839fd08b36546c75f Reviewed-on: https://code.wireshark.org/review/414 Reviewed-by: Guy Harris <guy@alum.mit.edu>
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 e126ffd826..9ef24e8ed8 100644
--- a/epan/tvbuff.h
+++ b/epan/tvbuff.h
@@ -524,8 +524,8 @@ WS_DLL_PUBLIC guint8 *tvb_get_string_enc(wmem_allocator_t *scope,
* Throws an exception if the tvbuff ends before the string does.
*
* If scope is set to NULL it is the user's responsibility to wmem_free()
- * the memory allocated by tvb_memdup(). Otherwise memory is
- * automatically freed when the scope lifetime is reached.
+ * the memory allocated. Otherwise memory is automatically freed when the
+ * scope lifetime is reached.
*/
WS_DLL_PUBLIC gchar *tvb_get_ts_23_038_7bits_string(wmem_allocator_t *scope,
tvbuff_t *tvb, const gint bit_offset, gint no_of_chars);