aboutsummaryrefslogtreecommitdiffstats
path: root/epan/next_tvb.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/next_tvb.h')
-rw-r--r--epan/next_tvb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/next_tvb.h b/epan/next_tvb.h
index fe66e3fed7..35e2327464 100644
--- a/epan/next_tvb.h
+++ b/epan/next_tvb.h
@@ -1,4 +1,4 @@
-/* next_tvb.h
+/** @file
* Definitions for "next tvb" list
*
* Wireshark - Network traffic analyzer
@@ -8,7 +8,7 @@
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/* The buffers returned by these functions are all allocated with a
- * packet lifetime or are static buffers and does not have have to be freed.
+ * packet lifetime or are static buffers and does not have to be freed.
* However, take into account that when the packet dissection
* completes, these buffers will be automatically reclaimed/freed.
* If you need the buffer to remain for a longer scope than packet lifetime