Fix a typo in a comment

svn path=/trunk/; revision=34586
This commit is contained in:
Bill Meier 2010-10-20 15:14:56 +00:00
parent 64d4b08a82
commit c587b61e2d
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ static wtap_open_routine_t* open_routines = NULL;
static GArray* open_routines_arr = NULL;
/* initialize the open routines array if it has not being initialized yet */
/* initialize the open routines array if it has not been initialized yet */
static void init_open_routines(void) {
if (open_routines_arr) return;