summaryrefslogtreecommitdiff
path: root/epan/tvbuff.h
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-08-31 15:30:07 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-08-31 15:30:07 +0000
commit50815e08e48bd9410d3acee8f39b6fcf2b4866e7 (patch)
tree322f4d2abd41e26385a00f502d77d6b0d5f95686 /epan/tvbuff.h
parent446bf4045d06d07eafb967aef7a2726b0c5a72bd (diff)
downloadwireshark-50815e08e48bd9410d3acee8f39b6fcf2b4866e7.tar.gz
Update a comment with the correct memory allocator type
svn path=/trunk/; revision=51615
Diffstat (limited to 'epan/tvbuff.h')
-rw-r--r--epan/tvbuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/tvbuff.h b/epan/tvbuff.h
index f2334a577d..4739ff598b 100644
--- a/epan/tvbuff.h
+++ b/epan/tvbuff.h
@@ -114,7 +114,7 @@ typedef struct tvbuff tvbuff_t;
typedef void (*tvbuff_free_cb_t)(void*);
/** Extracts 'number of bits' starting at 'bit offset'.
- * Returns a pointer to a newly initialized ep_alloc'd REAL_DATA
+ * Returns a pointer to a newly initialized g_malloc'd REAL_DATA
* tvbuff with the bits octet aligned.
*/
WS_DLL_PUBLIC tvbuff_t* tvb_new_octet_aligned(tvbuff_t *tvb, guint32 bit_offset, gint32 no_of_bits);