1
0
Fork 0

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

Fix spelling mistake in print test pass message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
hifive-unleashed-5.1
Colin King 2016-12-27 16:17:21 +00:00 committed by Shuah Khan
parent 3659f98b53
commit 7738789fba
1 changed files with 1 additions and 1 deletions

View File

@ -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++;