]> git.proxmox.com Git - mirror_qemu.git/commitdiff
atomic: fix comment s/x64_64/x86_64/
authorEmilio G. Cota <cota@braap.org>
Mon, 3 Sep 2018 17:18:28 +0000 (13:18 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 2 Oct 2018 16:47:55 +0000 (18:47 +0200)
Signed-off-by: Emilio G. Cota <cota@braap.org>
Message-Id: <20180903171831.15446-4-cota@braap.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/qemu/atomic.h

index 9ed39effd302a2473b5d31c5b67eb3ae8144bca6..de3e36f4000afd8f03c2bfcd8b7168b86353cabc 100644 (file)
@@ -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__)