Update endian.h

alot - > a lot of
This commit is contained in:
Hubert Maier 2022-10-27 10:52:43 +02:00 committed by Eugene Sandulenko
parent 6bd7b6a59b
commit 6633c32acb
No known key found for this signature in database
GPG key ID: 014D387312D34F08

View file

@ -486,7 +486,7 @@
#define CONSTANT_LE_64(a) SWAP_CONSTANT_64(a)
#define CONSTANT_BE_64(a) ((uint64)(a))
// if the unaligned load and the byteswap take a lot instructions its better to directly read and invert
// if the unaligned load and the byteswap take a lot of instructions its better to directly read and invert
# if defined(SCUMM_NEED_ALIGNMENT) && !defined(__mips__)
inline uint16 READ_LE_UINT16(const void *ptr) {