Skip to content

Commit d94ade3

Browse files
committed
Fix some typos
1 parent 649c1a1 commit d94ade3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

grammar.y.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ prog: null expr
437437
/*
438438
* I'm not sure we have a reason to use yynerrs, but it's
439439
* declared, and incremented, whether we need it or not,
440-
* which means tha Clang 15 will give a "used but not
440+
* which means that Clang 15 will give a "used but not
441441
* set" warning. This should suppress the warning for
442442
* yynerrs without suppressing it for other variables.
443443
*/

pcap-usb-linux-common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ fix_linux_usb_mmapped_length(struct pcap_pkthdr *pkth, const u_char *bp)
100100
/*
101101
* Compute the end offset of the data
102102
* for this descriptor, i.e. the offset
103-
* of the byte after te data. Clamp
103+
* of the byte after the data. Clamp
104104
* the sum at UINT_MAX, so that it fits
105105
* in a u_int.
106106
*/

0 commit comments

Comments
 (0)