ICU-2805 Fix a comment

X-SVN-Rev: 14472
This commit is contained in:
George Rhoten 2004-02-09 22:27:58 +00:00
parent 84c36b22db
commit 34e8e338a0

View file

@ -93,7 +93,7 @@
/* Determines the endianness of the platform
It's done this way in case multiple architectures are being built at once.
For example, Mac OS supports fat binaries, which can be both PPC and x86 based. */
For example, Darwin supports fat binaries, which can be both PPC and x86 based. */
#if defined(BYTE_ORDER) && defined(BIG_ENDIAN)
#define U_IS_BIG_ENDIAN (BYTE_ORDER == BIG_ENDIAN)
#else