fix some typos in a comment

svn path=/trunk/; revision=17653
This commit is contained in:
Ulf Lamping 2006-03-16 23:18:15 +00:00
parent bbaffabaaf
commit 0ef693174e
1 changed files with 2 additions and 2 deletions

View File

@ -217,12 +217,12 @@ free_data_sources(packet_info *pinfo)
} }
/* Allow dissectors to register a "final_registration" routine /* Allow dissectors to register a "final_registration" routine
* that is run like the proto_register_XXX() routine, but the end * that is run like the proto_register_XXX() routine, but at the
* end of the epan_init() function; that is, *after* all other * end of the epan_init() function; that is, *after* all other
* subsystems, like dfilters, have finished initializing. This is * subsystems, like dfilters, have finished initializing. This is
* useful for dissector registration routines which need to compile * useful for dissector registration routines which need to compile
* display filters. dfilters can't initialize itself until all protocols * display filters. dfilters can't initialize itself until all protocols
* have registereed themselves. */ * have registered themselves. */
static GSList *final_registration_routines; static GSList *final_registration_routines;
void void