mirror of
https://github.com/openharmony/third_party_ltp.git
synced 2026-07-01 12:25:45 -04:00
Fix spelling of 'configured'
Signed-off-by: Zygmunt Krynicki <zygmunt.krynicki@huawei.com> Change-Id: I508bba21bbbb37d097376546b9bc3c67122b1126
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user