From: Denis Vlasenko Date: Sat, 1 Nov 2008 13:40:32 +0000 (-0000) Subject: add comment, no code changes X-Git-Tag: 1_13_0~31 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9b0f6e1142ae134900f879584b95f050416757df;p=oweals%2Fbusybox.git add comment, no code changes --- diff --git a/include/platform.h b/include/platform.h index b31108267..8657ba478 100644 --- a/include/platform.h +++ b/include/platform.h @@ -132,6 +132,7 @@ # 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)