add comment, no code changes
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 1 Nov 2008 13:40:32 +0000 (13:40 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 1 Nov 2008 13:40:32 +0000 (13:40 -0000)
include/platform.h

index b311082..8657ba4 100644 (file)
 # define BB_LITTLE_ENDIAN 1
 #endif
 
+/* SWAP_LEnn means "convert CPU<->little_endian by swapping bytes" */
 #if BB_BIG_ENDIAN
 #define SWAP_BE16(x) (x)
 #define SWAP_BE32(x) (x)