aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/packet.c b/epan/packet.c
index 40d005acdc..4ce987a79e 100644
--- a/epan/packet.c
+++ b/epan/packet.c
@@ -272,7 +272,7 @@ cleanup_dissection(void)
/* Cleanup the stream-handling tables */
stream_cleanup();
- /* Initialize the expert infos */
+ /* Cleanup the expert infos */
expert_packet_cleanup();
wmem_leave_file_scope();