From d80268492a3a741bcd60f4760dd530192f026863 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Tue, 16 Apr 2024 16:48:17 +0200 Subject: [PATCH] Tier1: fix typo in byteswap.h --- r5dev/public/tier1/byteswap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/public/tier1/byteswap.h b/r5dev/public/tier1/byteswap.h index d6290acb..e342fc6e 100644 --- a/r5dev/public/tier1/byteswap.h +++ b/r5dev/public/tier1/byteswap.h @@ -183,7 +183,7 @@ public: inputBuffer = outputBuffer; } - // Are we already the correct endienness? ( or are we swapping 1 byte items? ) + // Are we already the correct endianness? ( or are we swapping 1 byte items? ) if (!m_bSwapBytes || (sizeof(T) == 1)) { // If we were just going to swap in place then return.