aboutsummaryrefslogtreecommitdiff
path: root/gencode.c
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-03-28 15:49:44 +0100
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-03-28 16:13:59 +0100
commit48affbccf699037ce0af2d37653ced5e77ff23ed (patch)
tree3cc600171b558deaeac2ea1343f8858d32c9a592 /gencode.c
parentf85e68a23294754b94e3d6412984a2915dfafc92 (diff)
Remove duplicate words
[skip ci]
Diffstat (limited to 'gencode.c')
-rw-r--r--gencode.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gencode.c b/gencode.c
index b56f6f11..df00dd8d 100644
--- a/gencode.c
+++ b/gencode.c
@@ -2927,7 +2927,7 @@ insert_compute_vloffsets(compiler_state_t *cstate, struct block *b)
}
/*
- * If there there is no initialization yet and we need variable
+ * If there is no initialization yet and we need variable
* length offsets for VLAN, initialize them to zero
*/
if (s == NULL && cstate->is_vlan_vloffset) {
@@ -8878,7 +8878,7 @@ gen_vlan_bpf_extensions(compiler_state_t *cstate, bpf_u_int32 vlan_num,
/*
* This is tricky. We need to insert the statements updating variable
- * parts of offsets before the the traditional TPID and VID tests so
+ * parts of offsets before the traditional TPID and VID tests so
* that they are called whenever SKF_AD_VLAN_TAG_PRESENT fails but
* we do not want this update to affect those checks. That's why we
* generate both test blocks first and insert the statements updating