Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Martin Kelly and committed by
Shuah Khan
390db010 60df4642

+1 -1
+1 -1
tools/testing/selftests/x86/trivial_64bit_program.c
··· 1 1 /* 2 - * Trivial program to check that we have a valid 32-bit build environment. 2 + * Trivial program to check that we have a valid 64-bit build environment. 3 3 * Copyright (c) 2015 Andy Lutomirski 4 4 * GPL v2 5 5 */