From 1c391e53dd2a35af5181ebebda378b9ca2a5da75 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Tue, 29 Dec 2009 20:20:27 +0000 Subject: [PATCH] More accurate comment. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3493 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/endian_uqm.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sc2/src/endian_uqm.h b/sc2/src/endian_uqm.h index 759008bc7..322a36ed1 100644 --- a/sc2/src/endian_uqm.h +++ b/sc2/src/endian_uqm.h @@ -105,7 +105,9 @@ static __inline__ uint64 UQM_Swap64(uint64 val) #endif /* UQM_INT64 */ -/* Byteswap item from the specified endianness to the native endianness */ +/* Byteswap item from the specified endianness from or to the native + * endianness. + */ #ifndef WORDS_BIGENDIAN #define UQM_SwapLE16(X) (X) #define UQM_SwapLE32(X) (X)