mem: fix error message with Xen
Minor typo fix to error message Fixes: 148f963fb532 ("xen: core library changes") Signed-off-by: Marcin Kerlin <marcinx.kerlin@intel.com>
This commit is contained in:
parent
d4ee3c61c0
commit
2489f1193c
@ -1417,7 +1417,7 @@ rte_eal_hugepage_attach(void)
|
|||||||
if (internal_config.xen_dom0_support) {
|
if (internal_config.xen_dom0_support) {
|
||||||
#ifdef RTE_LIBRTE_XEN_DOM0
|
#ifdef RTE_LIBRTE_XEN_DOM0
|
||||||
if (rte_xen_dom0_memory_attach() < 0) {
|
if (rte_xen_dom0_memory_attach() < 0) {
|
||||||
RTE_LOG(ERR, EAL,"Failed to attach memory setments of primay "
|
RTE_LOG(ERR, EAL, "Failed to attach memory segments of primary "
|
||||||
"process\n");
|
"process\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user