]> git.droids-corp.org - dpdk.git/blobdiff - lib/bpf/bpf_jit_x86.c
fix spelling in comments and doxygen
[dpdk.git] / lib / bpf / bpf_jit_x86.c
index aa22ea78a01df8e3e0dd64881fb454273a5b5b94..518513376a674cc05536ab4337744e6449c76f67 100644 (file)
@@ -1245,7 +1245,7 @@ emit_epilog(struct bpf_jit_state *st)
        uint32_t i;
        int32_t spil, ofs;
 
-       /* if we allready have an epilog generate a jump to it */
+       /* if we already have an epilog generate a jump to it */
        if (st->exit.num++ != 0) {
                emit_abs_jmp(st, st->exit.off);
                return;