]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
selftests: x86/pkeys: fix spelling mistake: "itertation" -> "iteration"
authorColin King <colin.king@canonical.com>
Tue, 27 Dec 2016 16:17:21 +0000 (16:17 +0000)
committerShuah Khan <shuahkh@osg.samsung.com>
Thu, 5 Jan 2017 20:24:18 +0000 (13:24 -0700)
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>
tools/testing/selftests/x86/protection_keys.c

index bdd58c78902e96948f92475f4898de1ec0c14a57..df9e0a0cdf294e1e334c6558c9c4f87a38387e1d 100644 (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++;