From: Gisle Vanem Date: Wed, 20 Sep 2017 08:53:21 +0000 (+0000) Subject: Fixed typo. X-Git-Tag: libpcap-1.9-bp~651 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/0a4cfeac9546ecf691f66dc62164ff8e1e5d414e Fixed typo. --- diff --git a/gencode.c b/gencode.c index e0c327dc..a3dc35a2 100644 --- 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