From f514f41c459e7b03d88465900dee13951850d6dd Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 11 Oct 2009 12:44:07 +0200 Subject: [PATCH] Fix bswap in comment Replace bsawp -> bswap. Signed-off-by: Stefan Weil Signed-off-by: Aurelien Jarno --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 5b0a6874b9..7c7804b4f2 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 @@ -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