From 50815e08e48bd9410d3acee8f39b6fcf2b4866e7 Mon Sep 17 00:00:00 2001 From: Pascal Quantin Date: Sat, 31 Aug 2013 15:30:07 +0000 Subject: Update a comment with the correct memory allocator type svn path=/trunk/; revision=51615 --- epan/tvbuff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1