Skip to content

Commit

Permalink
selftests: x86/pkeys: fix spelling mistake: "itertation" -> "iteration"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin King authored and Shuah Khan committed Jan 5, 2017
1 parent 3659f98 commit 7738789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/x86/protection_keys.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++;
Expand Down

0 comments on commit 7738789

Please sign in to comment.