]> The Tcpdump Group git mirrors - libpcap/commitdiff
Restore "iff" (revert 824aa78). [skip ci]
authorDenis Ovsienko <[email protected]>
Mon, 12 Oct 2020 16:21:58 +0000 (17:21 +0100)
committerDenis Ovsienko <[email protected]>
Mon, 12 Oct 2020 16:21:58 +0000 (17:21 +0100)
gencode.c
optimize.c

index 13dbcb5e502812344559254794d5bbaf67cfcebd..29788598737c3132d5cee71e1f8f4c85ef1e15c2 100644 (file)
--- 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.
                 *
                 * 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 if the uppermost bit
+                * A packet is source-routed iff 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
                 * 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
index 230a018d5d2ed1e96cfb96844eb3cd41202238fa..2c9c4b396c02e3e060da46a28fa964606c61820c 100644 (file)
@@ -2317,7 +2317,7 @@ mark_code(struct icode *ic)
 }
 
 /*
 }
 
 /*
- * True if the two stmt lists load the same value from the packet into
+ * True iff the two stmt lists load the same value from the packet into
  * the accumulator.
  */
 static int
  * the accumulator.
  */
 static int