]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/thunderx/nicvf_svf.c
net/bnxt: fix speed autonegotiation
[dpdk.git] / drivers / net / thunderx / nicvf_svf.c
index bccf290599b7e5a40be9d0647d7a3e93dde073a2..1bcf73d9fc3f604677fee08b010008b958627309 100644 (file)
@@ -21,7 +21,7 @@ nicvf_svf_push(struct nicvf *vf)
 
        entry = rte_zmalloc("nicvf", sizeof(*entry), RTE_CACHE_LINE_SIZE);
        if (entry == NULL)
-               rte_panic("Cannoc allocate memory for svf_entry\n");
+               rte_panic("Cannot allocate memory for svf_entry\n");
 
        entry->vf = vf;