platform/clang_darwin: Fix a comment.

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@152058 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/make/platform/clang_darwin.mk b/make/platform/clang_darwin.mk
index 15d5a20..2ca5fbc 100644
--- a/make/platform/clang_darwin.mk
+++ b/make/platform/clang_darwin.mk
@@ -66,8 +66,6 @@
 UniversalArchs.profile_ios := $(call CheckArches,i386 x86_64 armv6 armv7,profile_ios)
 
 # Configurations which define the ASAN support functions.
-#
-# Note that ASAN doesn't appear to currently support i386.
 Configs += asan_osx
 UniversalArchs.asan_osx := $(call CheckArches,i386 x86_64,asan_osx)