test/kni: fix a comment

This patch changed 'subsytem' to 'subsystem'.

Fixes: 0c6bc8ef70 ("kni: memzone pool for alloc and release")
Cc: stable@dpdk.org

Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
This commit is contained in:
Min Hu (Connor) 2021-04-22 11:56:27 +08:00 committed by Ferruh Yigit
parent 144dc47399
commit 71a7e32247

View File

@ -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) {