summaryrefslogtreecommitdiff
path: root/wiretap/ngsniffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/ngsniffer.c')
-rw-r--r--wiretap/ngsniffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/ngsniffer.c b/wiretap/ngsniffer.c
index 888ed250fa..51d1ca3cdd 100644
--- a/wiretap/ngsniffer.c
+++ b/wiretap/ngsniffer.c
@@ -2245,7 +2245,7 @@ SnifferDecompress(unsigned char *inbuf, size_t inlen, unsigned char *outbuf,
/* Process until we've consumed all the input */
while (pin < pin_end)
{
- /* Shift down the bit mask we use to see whats encoded */
+ /* Shift down the bit mask we use to see what's encoded */
bit_mask = bit_mask >> 1;
/* If there are no bits left, time to get another 16 bits */