Fix spelling of 'configured'

Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com>
Change-Id: I508bba21bbbb37d097376546b9bc3c67122b1126
This commit is contained in:
Zygmunt Krynicki
2021-03-12 12:45:53 +01:00
parent ee02bd47ac
commit af293d7a00
+1 -1
View File
@@ -226,7 +226,7 @@ void testoom(int mempolicy, int lite, int retcode, int allow_sigkill)
* run to run, which isn't reliable for oom03 cgroup test.
*/
if (access(PATH_KSM, F_OK) == -1 || lite == 1) {
tst_res(TINFO, "KSM is not configed or lite == 1, "
tst_res(TINFO, "KSM is not configured or lite == 1, "
"skip OOM test for KSM pags");
} else {
tst_res(TINFO, "start OOM testing for KSM pages.");