Misc. typos
Found via `codespell -q 3`
This commit is contained in:
parent
19391f33cc
commit
5b1584c81d
@ -1,11 +1,11 @@
|
|||||||
dnl @synopsis AC_C_BIGENDIAN_CROSS
|
dnl @synopsis AC_C_BIGENDIAN_CROSS
|
||||||
dnl
|
dnl
|
||||||
dnl Check endianess even when crosscompiling
|
dnl Check endianness even when crosscompiling
|
||||||
dnl (partially based on the original AC_C_BIGENDIAN).
|
dnl (partially based on the original AC_C_BIGENDIAN).
|
||||||
dnl
|
dnl
|
||||||
dnl The implementation will create a binary, and instead of running
|
dnl The implementation will create a binary, and instead of running
|
||||||
dnl the binary it will be grep'ed for some symbols that will look
|
dnl the binary it will be grep'ed for some symbols that will look
|
||||||
dnl different for different endianess of the binary.
|
dnl different for different endianness of the binary.
|
||||||
dnl
|
dnl
|
||||||
dnl @version $Id: ac_c_bigendian_cross.m4,v 1.1 2001/07/24 19:51:35 fdrake Exp $
|
dnl @version $Id: ac_c_bigendian_cross.m4,v 1.1 2001/07/24 19:51:35 fdrake Exp $
|
||||||
dnl @author Guido Draheim <guidod@gmx.de>
|
dnl @author Guido Draheim <guidod@gmx.de>
|
||||||
@ -76,6 +76,6 @@ else
|
|||||||
fi
|
fi
|
||||||
AC_DEFINE_UNQUOTED(BYTEORDER, $BYTEORDER, [1234 = LIL_ENDIAN, 4321 = BIGENDIAN])
|
AC_DEFINE_UNQUOTED(BYTEORDER, $BYTEORDER, [1234 = LIL_ENDIAN, 4321 = BIGENDIAN])
|
||||||
if test $ac_cv_c_bigendian = unknown; then
|
if test $ac_cv_c_bigendian = unknown; then
|
||||||
AC_MSG_ERROR(unknown endianess - sorry, please pre-set ac_cv_c_bigendian)
|
AC_MSG_ERROR(unknown endianness - sorry, please pre-set ac_cv_c_bigendian)
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
|
@ -1660,7 +1660,7 @@ PREFIX(nameMatchesAscii)(const ENCODING *UNUSED_P(enc), const char *ptr1,
|
|||||||
for (; *ptr2; ptr1 += MINBPC(enc), ptr2++) {
|
for (; *ptr2; ptr1 += MINBPC(enc), ptr2++) {
|
||||||
if (end1 - ptr1 < MINBPC(enc)) {
|
if (end1 - ptr1 < MINBPC(enc)) {
|
||||||
/* This line cannot be executed. THe incoming data has already
|
/* This line cannot be executed. THe incoming data has already
|
||||||
* been tokenized once, so imcomplete characters like this have
|
* been tokenized once, so incomplete characters like this have
|
||||||
* already been eliminated from the input. Retaining the
|
* already been eliminated from the input. Retaining the
|
||||||
* paranoia check is still valuable, however.
|
* paranoia check is still valuable, however.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user