From 71a7e322475c9a1adf7d404a897194a8b9b973ab Mon Sep 17 00:00:00 2001 From: "Min Hu (Connor)" Date: Thu, 22 Apr 2021 11:56:27 +0800 Subject: [PATCH] test/kni: fix a comment This patch changed 'subsytem' to 'subsystem'. Fixes: 0c6bc8ef70ba ("kni: memzone pool for alloc and release") Cc: stable@dpdk.org Signed-off-by: Min Hu (Connor) Reviewed-by: Ferruh Yigit --- app/test/test_kni.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/test/test_kni.c b/app/test/test_kni.c index f53a53eff6..3470005790 100644 --- a/app/test/test_kni.c +++ b/app/test/test_kni.c @@ -562,7 +562,7 @@ test_kni(void) } closedir(dir); - /* Initialize KNI subsytem */ + /* Initialize KNI subsystem */ rte_kni_init(KNI_TEST_MAX_PORTS); if (test_kni_allocate_lcores() < 0) { -- 2.20.1