From: Emilio G. Cota Date: Mon, 3 Sep 2018 17:18:28 +0000 (-0400) Subject: atomic: fix comment s/x64_64/x86_64/ X-Git-Tag: v3.1.0-rc0~71^2~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=119c440c3c599778bfb4f90d8e39fda132925813;p=thirdparty%2Fqemu.git atomic: fix comment s/x64_64/x86_64/ Signed-off-by: Emilio G. Cota Message-Id: <20180903171831.15446-4-cota@braap.org> Reviewed-by: Alex Bennée Signed-off-by: Paolo Bonzini --- diff --git a/include/qemu/atomic.h b/include/qemu/atomic.h index 9ed39effd30..de3e36f4000 100644 --- a/include/qemu/atomic.h +++ b/include/qemu/atomic.h @@ -98,7 +98,7 @@ * We'd prefer not want to pull in everything else TCG related, so handle * those few cases by hand. * - * Note that x32 is fully detected with __x64_64__ + _ILP32, and that for + * Note that x32 is fully detected with __x86_64__ + _ILP32, and that for * Sparc we always force the use of sparcv9 in configure. */ #if defined(__x86_64__) || defined(__sparc__)