svn commit: trunk/busybox/include

vda at busybox.net vda at busybox.net
Sat Nov 1 13:40:33 UTC 2008


Author: vda
Date: 2008-11-01 06:40:32 -0700 (Sat, 01 Nov 2008)
New Revision: 23891

Log:
add comment, no code changes



Modified:
   trunk/busybox/include/platform.h


Changeset:
Modified: trunk/busybox/include/platform.h
===================================================================
--- trunk/busybox/include/platform.h	2008-11-01 12:54:56 UTC (rev 23890)
+++ trunk/busybox/include/platform.h	2008-11-01 13:40:32 UTC (rev 23891)
@@ -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)




More information about the busybox-cvs mailing list