qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT f514f41] Fix bswap in comment


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT f514f41] Fix bswap in comment
Date: Sun, 11 Oct 2009 19:36:21 -0000

From: Stefan Weil <address@hidden>

Replace bsawp -> bswap.

Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Aurelien Jarno <address@hidden>

diff --git a/configure b/configure
index 5b0a687..7c7804b 100755
--- 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>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]