Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
/*
 * 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
 */