]> git.droids-corp.org - dpdk.git/blobdiff - lib/ipsec/sa.c
pipeline: move port type registration to library
[dpdk.git] / lib / ipsec / sa.c
index 1e51482c92426f796aebc51c8c1582cfe6d22e5a..cdb70af0cb1346c590714e8accb5d47e137e1771 100644 (file)
@@ -362,7 +362,7 @@ esp_outb_tun_init(struct rte_ipsec_sa *sa, const struct rte_ipsec_sa_prm *prm)
 
        memcpy(sa->hdr, prm->tun.hdr, prm->tun.hdr_len);
 
-       /* insert UDP header if UDP encapsulation is inabled */
+       /* insert UDP header if UDP encapsulation is enabled */
        if (sa->type & RTE_IPSEC_SATP_NATT_ENABLE) {
                struct rte_udp_hdr *udph = (struct rte_udp_hdr *)
                                &sa->hdr[prm->tun.hdr_len];