aboutsummaryrefslogtreecommitdiffstats
path: root/test/test/test_malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/test/test_malloc.c')
-rw-r--r--test/test/test_malloc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test/test_malloc.c b/test/test/test_malloc.c
index 0673d85b..013fd440 100644
--- a/test/test/test_malloc.c
+++ b/test/test/test_malloc.c
@@ -45,7 +45,6 @@
#include <rte_per_lcore.h>
#include <rte_launch.h>
#include <rte_eal.h>
-#include <rte_per_lcore.h>
#include <rte_lcore.h>
#include <rte_malloc.h>
#include <rte_cycles.h>
@@ -738,7 +737,7 @@ err_return:
return -1;
}
-/* Check if memory is avilable on a specific socket */
+/* Check if memory is available on a specific socket */
static int
is_mem_on_socket(int32_t socket)
{