]> git.droids-corp.org - dpdk.git/blobdiff - lib/bpf/bpf_load_elf.c
fix spelling in comments and doxygen
[dpdk.git] / lib / bpf / bpf_load_elf.c
index 2b11adeb5eb1a296a7248b1631a0b118620ddbcb..02a5d8ba0d07be6831702e9210568914a277c6cd 100644 (file)
@@ -80,7 +80,7 @@ resolve_xsym(const char *sn, size_t ofs, struct ebpf_insn *ins, size_t ins_sz,
        if (type == RTE_BPF_XTYPE_FUNC) {
 
                /* we don't support multiple functions per BPF module,
-                * so treat EBPF_PSEUDO_CALL to extrernal function
+                * so treat EBPF_PSEUDO_CALL to external function
                 * as an ordinary EBPF_CALL.
                 */
                if (ins[idx].src_reg == EBPF_PSEUDO_CALL) {