diff options
Diffstat (limited to 'pcap-usb-linux-common.c')
-rw-r--r-- | pcap-usb-linux-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-usb-linux-common.c b/pcap-usb-linux-common.c index fb4a8c19..267ea568 100644 --- a/pcap-usb-linux-common.c +++ b/pcap-usb-linux-common.c @@ -66,7 +66,7 @@ fix_linux_usb_mmapped_length(struct pcap_pkthdr *pkth, const u_char *bp) * on the URB length. * * That's not correct, because the data isn't contiguous, - * and the isochronous descriptos show how it's scattered. + * and the isochronous descriptors show how it's scattered. * * Find the end of the last chunk of data in the buffer * referred to by the isochronous descriptors; that indicates |