]> git.proxmox.com Git - qemu.git/commitdiff
configure: Fix comment (copy+paste bug)
authorStefan Weil <sw@weilnetz.de>
Sat, 5 Jan 2013 11:17:38 +0000 (12:17 +0100)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 11 Jan 2013 08:32:54 +0000 (09:32 +0100)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
configure

index fe18ed2b253226d9fd86dc1ad1b244e6d06bee3f..148d5aa052c8e5252f091dcc5c2aa483c07b2a30 100755 (executable)
--- a/configure
+++ b/configure
@@ -2705,7 +2705,7 @@ if compile_prog "" "" ; then
   byteswap_h=yes
 fi
 
-# Search for bswap_32 function
+# Search for bswap32 function
 bswap_h=no
 cat > $TMPC << EOF
 #include <sys/endian.h>