diff options
author | Martin Kelly <martin@martingkelly.com> | 2015-05-22 22:56:56 -0400 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2015-05-26 17:58:41 -0400 |
commit | 390db010c96091bd3bd0c5d6c0b667d22290ef41 (patch) | |
tree | b52d7b6cd879722ae67ae29bfa5ad56f39bc3e5c /tools/testing/selftests/x86 | |
parent | 60df4642a83546fa6ea8286f5094ce8c0906c3ec (diff) |
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/selftests/x86')
-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 @@ | |||
1 | /* | 1 | /* |
2 | * Trivial program to check that we have a valid 32-bit build environment. | 2 | * Trivial program to check that we have a valid 64-bit build environment. |
3 | * Copyright (c) 2015 Andy Lutomirski | 3 | * Copyright (c) 2015 Andy Lutomirski |
4 | * GPL v2 | 4 | * GPL v2 |
5 | */ | 5 | */ |