summaryrefslogtreecommitdiff
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 5e8ca5f04c..f809a17178 100644
--- a/epan/next_tvb.h
+++ b/epan/next_tvb.h
@@ -21,8 +21,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-/* 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.
+/* 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.
* 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