diff options
author | Martin Kelly <martin@martingkelly.com> | 2015-05-23 04:56:56 +0200 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2015-05-26 23:58:41 +0200 |
commit | 390db010c96091bd3bd0c5d6c0b667d22290ef41 (patch) | |
tree | b52d7b6cd879722ae67ae29bfa5ad56f39bc3e5c /tools | |
parent | tools selftests: Fix 'clean' target with make 3.81 (diff) | |
download | linux-390db010c96091bd3bd0c5d6c0b667d22290ef41.tar.xz linux-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')
-rw-r--r-- | tools/testing/selftests/x86/trivial_64bit_program.c | 2 |
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 */ |