Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7738789f authored by Colin King's avatar Colin King Committed by Shuah Khan
Browse files

selftests: x86/pkeys: fix spelling mistake: "itertation" -> "iteration"



Fix spelling mistake in print test pass message.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent 3659f98b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1367,7 +1367,7 @@ void run_tests_once(void)
		tracing_off();
		close_test_fds();

		printf("test %2d PASSED (itertation %d)\n", test_nr, iteration_nr);
		printf("test %2d PASSED (iteration %d)\n", test_nr, iteration_nr);
		dprintf1("======================\n\n");
	}
	iteration_nr++;