qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] Fix bswap in comment


From: Stefan Weil
Subject: [Qemu-devel] [PATCH] Fix bswap in comment
Date: Sun, 11 Oct 2009 12:44:07 +0200

Replace bsawp -> bswap.

Signed-off-by: Stefan Weil <address@hidden>
---
 configure |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 35cf6cc..afc5283 100755
--- a/configure
+++ b/configure
@@ -1583,7 +1583,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>
@@ -1593,7 +1593,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>
-- 
1.5.6.5





reply via email to

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