aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2015-08-15 19:31:51 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2015-08-15 17:33:08 +0000
commit88f334bc3935e3a5e0c49e6312383143b6b2f66d (patch)
tree695032353ff032141a7be24118ee71ca28413510 /epan
parent5f13933ddb17b816e3aa418e741e33760333033c (diff)
Fixed a comment in cleanup_dissection
Change-Id: I445e09803023d1a22a663ba0501c013f113b5bfe Reviewed-on: https://code.wireshark.org/review/10045 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'epan')
-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();