Skip to content

Commit e13fde1

Browse files
committed
Restore "iff" (revert 824aa78). [skip ci]
1 parent bcca74d commit e13fde1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gencode.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ init_linktype(compiler_state_t *cstate, pcap_t *p)
13161316
* information, i.e. is not source-routed, the correct
13171317
* values are 20 and 22, as they are in the vanilla code.
13181318
*
1319-
* A packet is source-routed if the uppermost bit
1319+
* A packet is source-routed iff the uppermost bit
13201320
* of the first byte of the source address, at an
13211321
* offset of 8, has the uppermost bit set. If the
13221322
* packet is source-routed, the total number of bytes

optimize.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2317,7 +2317,7 @@ mark_code(struct icode *ic)
23172317
}
23182318

23192319
/*
2320-
* True if the two stmt lists load the same value from the packet into
2320+
* True iff the two stmt lists load the same value from the packet into
23212321
* the accumulator.
23222322
*/
23232323
static int

0 commit comments

Comments
 (0)