From 6633c32acbb95bb7dffaf27db8b9254e92d69e0f Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Thu, 27 Oct 2022 10:52:43 +0200 Subject: [PATCH] Update endian.h alot - > a lot of --- common/endian.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/endian.h b/common/endian.h index f941e835785..2bfe98198d8 100644 --- a/common/endian.h +++ b/common/endian.h @@ -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) {