summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files 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 <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>