public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selftest, x86: fix incorrect comment
@ 2015-05-23  2:56 Martin Kelly
  2015-05-23 18:55 ` Andy Lutomirski
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Kelly @ 2015-05-23  2:56 UTC (permalink / raw)
  To: shuahkh, luto; +Cc: trivial, linux-kernel, Martin Kelly, Martin Kelly

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>
---
 tools/testing/selftests/x86/trivial_64bit_program.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/x86/trivial_64bit_program.c b/tools/testing/selftests/x86/trivial_64bit_program.c
index b994946..05c6a41 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
  */
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-05-27 14:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-23  2:56 [PATCH] selftest, x86: fix incorrect comment Martin Kelly
2015-05-23 18:55 ` Andy Lutomirski
2015-05-27 14:15   ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox