[compiler-rt] r226638 - Much spelling. Wow.

Nico Weber nicolasweber at gmx.de
Tue Jan 20 18:09:16 PST 2015


Author: nico
Date: Tue Jan 20 20:09:16 2015
New Revision: 226638

URL: http://llvm.org/viewvc/llvm-project?rev=226638&view=rev
Log:
Much spelling. Wow.

Modified:
    compiler-rt/trunk/cmake/config-ix.cmake

Modified: compiler-rt/trunk/cmake/config-ix.cmake
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/cmake/config-ix.cmake?rev=226638&r1=226637&r2=226638&view=diff
==============================================================================
--- compiler-rt/trunk/cmake/config-ix.cmake (original)
+++ compiler-rt/trunk/cmake/config-ix.cmake Tue Jan 20 20:09:16 2015
@@ -169,7 +169,7 @@ function(filter_available_targets out_va
   set(${out_var} ${archs} PARENT_SCOPE)
 endfunction()
 
-# Arhcitectures supported by compiler-rt libraries.
+# Architectures supported by compiler-rt libraries.
 filter_available_targets(SANITIZER_COMMON_SUPPORTED_ARCH
   x86_64 i386 i686 powerpc64 powerpc64le arm aarch64 mips mips64 mipsel mips64el)
 filter_available_targets(ASAN_SUPPORTED_ARCH





More information about the llvm-commits mailing list