X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fbsdapp%2Feal%2Feal_memory.c;h=6ba0585784d81a2d2bc283caaf981283c7daa0c7;hb=b0eca1163141cda2dbfacb648c26a6ae1002d7c7;hp=0e021fff1dba885de1a55feb0f9c9d1e5cb2353b;hpb=efd785f99489478d14e1c222e243ecbd0b151507;p=dpdk.git diff --git a/lib/librte_eal/bsdapp/eal/eal_memory.c b/lib/librte_eal/bsdapp/eal/eal_memory.c index 0e021fff1d..6ba0585784 100644 --- a/lib/librte_eal/bsdapp/eal/eal_memory.c +++ b/lib/librte_eal/bsdapp/eal/eal_memory.c @@ -54,7 +54,7 @@ phys_addr_t rte_mem_virt2phy(const void *virtaddr) { /* XXX not implemented. This function is only used by - * rte_mempool_virt2phy() when hugepages are disabled. */ + * rte_mempool_virt2iova() when hugepages are disabled. */ (void)virtaddr; return RTE_BAD_IOVA; }