Tier1: fix typo in byteswap.h

This commit is contained in:
Kawe Mazidjatari 2024-04-16 16:48:17 +02:00
parent 8ffb647686
commit d80268492a

View File

@ -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.