Skip to content

Commit

Permalink
selftest, x86: fix incorrect comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Martin Kelly authored and Shuah Khan committed May 26, 2015
1 parent 60df464 commit 390db01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/testing/selftests/x86/trivial_64bit_program.c
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down

0 comments on commit 390db01

Please sign in to comment.