From: Bill Meier Date: Mon, 23 Apr 2012 02:37:35 +0000 (-0000) Subject: Fix a typo. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=b017f7c22d7ddcd3b4d75966cb0411e7d2014470;p=metze%2Fwireshark%2Fwip.git Fix a typo. svn path=/trunk/; revision=42201 --- diff --git a/epan/value_string.c b/epan/value_string.c index ae28822e85..7fd7d209ad 100644 --- a/epan/value_string.c +++ b/epan/value_string.c @@ -131,7 +131,7 @@ match_strval(const guint32 val, const value_string *vs) { /* Create a value_string_ext given a ptr to a value_string array and the total number of entries. */ /* Note: The total number of entries should include the required {0, NULL} terminating entry of the array. */ -/* Return: a pointer to a gmalloc'd and initialized value_string_ext struct. */ +/* Return: a pointer to a g_malloc'd and initialized value_string_ext struct. */ value_string_ext * value_string_ext_new(value_string *vs, guint vs_tot_num_entries, gchar *vs_name) { value_string_ext *vse;