]> The Tcpdump Group git mirrors - libpcap/commitdiff
Fix comment.
authorGuy Harris <[email protected]>
Thu, 7 Feb 2019 18:11:55 +0000 (10:11 -0800)
committerGuy Harris <[email protected]>
Thu, 7 Feb 2019 18:11:55 +0000 (10:11 -0800)
pcap-dpdk.c

index 2f866921c62054897f99b33fd188cc69acc57a32..2b67558d051b4f6afc9331419a3212222c04a451 100644 (file)
@@ -578,7 +578,7 @@ static int dpdk_pre_init(void)
                // Error.
                return PCAP_ERROR;
        }
-       // init successed, so we do not need to do it again later.
+       // init succeeded, so we do not need to do it again later.
        is_dpdk_pre_inited = 1;
        return 0;
 }