Update a comment with the correct memory allocator type

svn path=/trunk/; revision=51615
This commit is contained in:
Pascal Quantin 2013-08-31 15:30:07 +00:00
parent 446bf4045d
commit 50815e08e4
1 changed files with 1 additions and 1 deletions

View File

@ -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);