Fix bswap in comment

Replace bsawp -> bswap.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
Stefan Weil 2009-10-11 12:44:07 +02:00 committed by Aurelien Jarno
parent 02d5467e9f
commit f514f41c45
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -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>