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>
This commit is contained in:
Martin Kelly 2015-05-22 19:56:56 -07:00 committed by Shuah Khan
parent 60df4642a8
commit 390db010c9
1 changed files with 1 additions and 1 deletions

View 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
*/