summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-03-16 23:18:15 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-03-16 23:18:15 +0000
commit0ef693174e8cfd515adb49898d33c690c44c77b3 (patch)
tree1460b2077977c6d16adbad78893d34083fe30de2
parentbbaffabaaff99e55bf8a699b603a732bb887db48 (diff)
downloadwireshark-0ef693174e8cfd515adb49898d33c690c44c77b3.tar.gz
fix some typos in a comment
svn path=/trunk/; revision=17653
-rw-r--r--epan/packet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/packet.c b/epan/packet.c
index 734011bd41..5e3c350c4a 100644
--- a/epan/packet.c
+++ b/epan/packet.c
@@ -217,12 +217,12 @@ free_data_sources(packet_info *pinfo)
}
/* 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
* subsystems, like dfilters, have finished initializing. This is
* useful for dissector registration routines which need to compile
* display filters. dfilters can't initialize itself until all protocols
- * have registereed themselves. */
+ * have registered themselves. */
static GSList *final_registration_routines;
void