Commit 390db010 authored by Martin Kelly's avatar Martin Kelly Committed by Shuah Khan

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: default avatarMartin Kelly <martkell@amazon.com>
Acked-by: default avatarAndy Lutomirski <luto@kernel.org>
Signed-off-by: default avatarShuah Khan <shuahkh@osg.samsung.com>
parent 60df4642
/*
* 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
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment