aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing
diff options
context:
space:
mode:
authorMartin Kelly <martin@martingkelly.com>2015-05-22 19:56:56 -0700
committerShuah Khan <shuahkh@osg.samsung.com>2015-05-26 15:58:41 -0600
commit390db010c96091bd3bd0c5d6c0b667d22290ef41 (patch)
treeb52d7b6cd879722ae67ae29bfa5ad56f39bc3e5c /tools/testing
parenttools selftests: Fix 'clean' target with make 3.81 (diff)
downloadlinux-dev-390db010c96091bd3bd0c5d6c0b667d22290ef41.tar.xz
linux-dev-390db010c96091bd3bd0c5d6c0b667d22290ef41.zip
selftest, x86: fix incorrect comment
The current comment indicates it's checking for a 32-bit build environment, but it actually checks for a 64-bit environment. Fix this. Signed-off-by: Martin Kelly <martkell@amazon.com> Acked-by: Andy Lutomirski <luto@kernel.org> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools/testing')
-rw-r--r--tools/testing/selftests/x86/trivial_64bit_program.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/x86/trivial_64bit_program.c b/tools/testing/selftests/x86/trivial_64bit_program.c
index b994946c40fb..05c6a41b3671 100644
--- a/tools/testing/selftests/x86/trivial_64bit_program.c
+++ b/tools/testing/selftests/x86/trivial_64bit_program.c
@@ -1,5 +1,5 @@
/*
- * Trivial program to check that we have a valid 32-bit build environment.
+ * Trivial program to check that we have a valid 64-bit build environment.
* Copyright (c) 2015 Andy Lutomirski
* GPL v2
*/