aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-11-12 23:26:48 -0800
committerGuy Harris <guy@alum.mit.edu>2018-11-13 07:27:36 +0000
commit8cd89b3bace19919f193e27a9db7c9b157cbb2fb (patch)
tree04ee726d596f24e8d5c2176a46dfe707a53e5a6c /wiretap
parent88e98d876ec8e85db330654f7203805dd642a1a3 (diff)
Fix function name in comment.
Change-Id: Ice41094e6cc91df7e1f8286f35d49e1a20a89cc7 Reviewed-on: https://code.wireshark.org/review/30598 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/wtap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index edff9071b6..ca30c2c3cd 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -29,7 +29,7 @@ extern "C" {
* what is contained in the packet trace file.
*
* WTAP_ENCAP_PER_PACKET is a value passed to "wtap_dump_open()" or
- * "wtap_dump_fd_open()" to indicate that there is no single encapsulation
+ * "wtap_dump_fdopen()" to indicate that there is no single encapsulation
* type for all packets in the file; this may cause those routines to
* fail if the capture file format being written can't support that.
* It's also returned by "wtap_file_encap()" for capture files that