configure: Fix comment (copy+paste bug)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
Stefan Weil 2013-01-05 12:17:38 +01:00 committed by Stefan Hajnoczi
parent 7682e85807
commit 75f1359645
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -2705,7 +2705,7 @@ if compile_prog "" "" ; then
byteswap_h=yes
fi
# Search for bswap_32 function
# Search for bswap32 function
bswap_h=no
cat > $TMPC << EOF
#include <sys/endian.h>