aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/addr_resolv.h')
-rw-r--r--epan/addr_resolv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/addr_resolv.h b/epan/addr_resolv.h
index 3ba002df5c..184462c285 100644
--- a/epan/addr_resolv.h
+++ b/epan/addr_resolv.h
@@ -26,7 +26,7 @@
* 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
- * you must copy the content to an se_alloc() buffer.
+ * you must copy the content to an wmem_file_scope() buffer.
*/
#ifndef __RESOLV_H__