Skip to content

Commit 011d002

Browse files
committed
gencode.c: Update a comment about the VLAN TPID test
[skip ci]
1 parent 28d70d6 commit 011d002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gencode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8722,7 +8722,7 @@ gen_vlan_tpid_test(compiler_state_t *cstate)
87228722
{
87238723
struct block *b0, *b1;
87248724

8725-
/* check for VLAN, including QinQ */
8725+
/* check for VLAN, including 802.1ad and QinQ */
87268726
b0 = gen_linktype(cstate, ETHERTYPE_8021Q);
87278727
b1 = gen_linktype(cstate, ETHERTYPE_8021AD);
87288728
gen_or(b0,b1);

0 commit comments

Comments
 (0)