From 34e8e338a082dc5d580b0dc361bb89b85ec32ac0 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Mon, 9 Feb 2004 22:27:58 +0000 Subject: [PATCH] ICU-2805 Fix a comment X-SVN-Rev: 14472 --- icu4c/source/common/unicode/platform.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/common/unicode/platform.h.in b/icu4c/source/common/unicode/platform.h.in index 242005bf844..6f399663135 100644 --- a/icu4c/source/common/unicode/platform.h.in +++ b/icu4c/source/common/unicode/platform.h.in @@ -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