fix spelling in comments and doxygen
[dpdk.git] / lib / bpf / bpf_load_elf.c
index 2b11ade..02a5d8b 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) {