Make the comment grammatically correct.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3498 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -105,8 +105,8 @@ static __inline__ uint64 UQM_Swap64(uint64 val)
|
|||||||
#endif /* UQM_INT64 */
|
#endif /* UQM_INT64 */
|
||||||
|
|
||||||
|
|
||||||
/* Byteswap item from the specified endianness from or to the native
|
/* Byteswap item from the specified endianness to the native endianness
|
||||||
* endianness.
|
* or vice versa.
|
||||||
*/
|
*/
|
||||||
#ifndef WORDS_BIGENDIAN
|
#ifndef WORDS_BIGENDIAN
|
||||||
#define UQM_SwapLE16(X) (X)
|
#define UQM_SwapLE16(X) (X)
|
||||||
|
|||||||
Reference in New Issue
Block a user