aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/wmem
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2021-11-26 07:46:11 -0500
committerJohn Thacker <johnthacker@gmail.com>2021-11-26 07:46:11 -0500
commita839ee1c2bf2a9a433b68014195673233a273d64 (patch)
treeeec7520e16e385712edaa9314b8ba0fa69578de3 /wsutil/wmem
parentb031a2a470c087be75b2108baaef29b351ee94f8 (diff)
wmem: Fix filename in header comment
If the name is going to be in the header, might as well spell it correctly
Diffstat (limited to 'wsutil/wmem')
-rw-r--r--wsutil/wmem/wmem_multimap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/wmem/wmem_multimap.h b/wsutil/wmem/wmem_multimap.h
index b593c95f78..55266d6353 100644
--- a/wsutil/wmem/wmem_multimap.h
+++ b/wsutil/wmem/wmem_multimap.h
@@ -1,4 +1,4 @@
-/* wmem_map.h
+/* wmem_multimap.h
* Definitions for the Wireshark Memory Manager Hash Multimap
* Copyright 2021, John Thacker <johnthacker@gmail.com>
* Copyright 2014, Evan Huus <eapache@gmail.com>