From 824aa780d3e181b1960b353a70daf594a118a70f Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Mon, 10 Aug 2020 20:38:55 +0200 Subject: Fix typos --- gencode.c | 2 +- optimize.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gencode.c b/gencode.c index 29788598..13dbcb5e 100644 --- a/gencode.c +++ b/gencode.c @@ -1316,7 +1316,7 @@ init_linktype(compiler_state_t *cstate, pcap_t *p) * information, i.e. is not source-routed, the correct * values are 20 and 22, as they are in the vanilla code. * - * A packet is source-routed iff the uppermost bit + * A packet is source-routed if the uppermost bit * of the first byte of the source address, at an * offset of 8, has the uppermost bit set. If the * packet is source-routed, the total number of bytes diff --git a/optimize.c b/optimize.c index 2c9c4b39..230a018d 100644 --- a/optimize.c +++ b/optimize.c @@ -2317,7 +2317,7 @@ mark_code(struct icode *ic) } /* - * True iff the two stmt lists load the same value from the packet into + * True if the two stmt lists load the same value from the packet into * the accumulator. */ static int -- cgit v1.2.1