aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-05-14 09:44:48 -0700
committerGuy Harris <guy@alum.mit.edu>2019-05-14 16:45:53 +0000
commit2dd1a8a99fe213dbe71d0b2243d72533629e76c0 (patch)
tree1148b68844041809c2517086b6095947d131f2ab /dumpcap.c
parent91bbc584022eb8288a8b124f2f247749843cc10e (diff)
Fix comment.
Change-Id: I8adeddc4de0bf0bf7837004c45bd706044b301d8 Reviewed-on: https://code.wireshark.org/review/33195 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dumpcap.c b/dumpcap.c
index db39a533cd..540aafb94d 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -2055,7 +2055,7 @@ pcapng_read_shb(capture_src *pcap_src,
* privileges if you're capturing from a pipe? We should not
* only have given up all additional privileges if we're reading
* from a pipe, we should give them up in such a fashion that
- * we can reclaim them.
+ * we can't reclaim them.
*/
#if G_BYTE_ORDER == G_BIG_ENDIAN
#define OUR_ENDIAN "big"