diff options
author | Martin Kelly <martin@martingkelly.com> | 2015-05-22 19:56:56 -0700 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2015-05-26 15:58:41 -0600 |
commit | 390db010c96091bd3bd0c5d6c0b667d22290ef41 (patch) | |
tree | b52d7b6cd879722ae67ae29bfa5ad56f39bc3e5c | |
parent | 60df4642a83546fa6ea8286f5094ce8c0906c3ec (diff) | |
download | linux-390db010c96091bd3bd0c5d6c0b667d22290ef41.tar.gz linux-390db010c96091bd3bd0c5d6c0b667d22290ef41.tar.bz2 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>
-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 */ |