]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - configure
Fix bswap in comment
[thirdparty/qemu.git] / configure
index 5b0a6874b9b36f8d5e0d4ab4528a569b08dc50d0..7c7804b4f20c4502f92996daef4d593c0119f9df 100755 (executable)
--- a/configure
+++ b/configure
@@ -1582,7 +1582,7 @@ if test "$docs" != "no" ; then
   fi
 fi
 
-# Search for bsawp_32 function
+# Search for bswap_32 function
 byteswap_h=no
 cat > $TMPC << EOF
 #include <byteswap.h>
@@ -1592,7 +1592,7 @@ if compile_prog "" "" ; then
   byteswap_h=yes
 fi
 
-# Search for bsawp_32 function
+# Search for bswap_32 function
 bswap_h=no
 cat > $TMPC << EOF
 #include <sys/endian.h>