mem: fix error message with Xen

Minor typo fix to error message

Fixes: 148f963fb5 ("xen: core library changes")

Signed-off-by: Marcin Kerlin <marcinx.kerlin@intel.com>
This commit is contained in:
Marcin Kerlin 2016-06-15 13:17:17 +02:00 committed by Thomas Monjalon
parent d4ee3c61c0
commit 2489f1193c

View File

@ -1417,7 +1417,7 @@ rte_eal_hugepage_attach(void)
if (internal_config.xen_dom0_support) {
#ifdef RTE_LIBRTE_XEN_DOM0
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");
return -1;
}