]> The Tcpdump Group git mirrors - libpcap/blobdiff - gencode.c
Fixed typo.
[libpcap] / 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