selftest, x86: fix incorrect comment
authorMartin Kelly <martin@martingkelly.com>
Sat, 23 May 2015 02:56:56 +0000 (19:56 -0700)
committerShuah Khan <shuahkh@osg.samsung.com>
Tue, 26 May 2015 21:58:41 +0000 (15:58 -0600)
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>
tools/testing/selftests/x86/trivial_64bit_program.c

index b994946c40fb96caab2ed44f8c0895e529c116a8..05c6a41b36717ef6380f17287ce7167ae4b32c48 100644 (file)
@@ -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
  */