aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorColin King <colin.king@canonical.com>2016-12-27 16:17:21 +0000
committerShuah Khan <shuahkh@osg.samsung.com>2017-01-05 13:24:18 -0700
commit7738789fba09108a28a5fb4739595d9a0a2f85fe (patch)
tree03b61062075052516a0f915d931ec3120c0df908 /tools
parentselftests: do not require bash to run netsocktests testcase (diff)
downloadlinux-dev-7738789fba09108a28a5fb4739595d9a0a2f85fe.tar.xz
linux-dev-7738789fba09108a28a5fb4739595d9a0a2f85fe.zip
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>
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/x86/protection_keys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/x86/protection_keys.c b/tools/testing/selftests/x86/protection_keys.c
index bdd58c78902e..df9e0a0cdf29 100644
--- a/tools/testing/selftests/x86/protection_keys.c
+++ b/tools/testing/selftests/x86/protection_keys.c
@@ -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++;