diff --git a/sc2/src/endian_uqm.h b/sc2/src/endian_uqm.h index 322a36ed1..76f64cd90 100644 --- a/sc2/src/endian_uqm.h +++ b/sc2/src/endian_uqm.h @@ -105,8 +105,8 @@ static __inline__ uint64 UQM_Swap64(uint64 val) #endif /* UQM_INT64 */ -/* Byteswap item from the specified endianness from or to the native - * endianness. +/* Byteswap item from the specified endianness to the native endianness + * or vice versa. */ #ifndef WORDS_BIGENDIAN #define UQM_SwapLE16(X) (X)