]> The Tcpdump Group git mirrors - libpcap/commitdiff
Fixed typo.
authorGisle Vanem <[email protected]>
Wed, 20 Sep 2017 08:53:21 +0000 (08:53 +0000)
committerGuy Harris <[email protected]>
Sat, 23 Sep 2017 07:19:48 +0000 (00:19 -0700)
gencode.c

index e0c327dc31c3c79a9bae4bf28b5353d8444b88ce..a3dc35a260d5eed6055828900d85086e890b2400 100644 (file)
--- a/gencode.c
+++ b/gencode.c
@@ -5737,7 +5737,7 @@ gen_protochain(compiler_state_t *cstate, int v, int proto, int dir)
        if (cstate->off_linkpl.is_variable)
                bpf_error(cstate, "'protochain' not supported with variable length headers");
 
-       cstate->no_optimize = 1; /*this code is not compatible with optimzer yet */
+       cstate->no_optimize = 1; /* this code is not compatible with optimizer yet */
 
        /*
         * s[0] is a dummy entry to protect other BPF insn from damage