[compiler-rt] r181708 - Fix a typo in the comment

Sylvestre Ledru sylvestre at debian.org
Mon May 13 07:53:10 PDT 2013


Author: sylvestre
Date: Mon May 13 09:53:09 2013
New Revision: 181708

URL: http://llvm.org/viewvc/llvm-project?rev=181708&view=rev
Log:
Fix a typo in the comment

Modified:
    compiler-rt/trunk/make/platform/clang_linux.mk

Modified: compiler-rt/trunk/make/platform/clang_linux.mk
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/make/platform/clang_linux.mk?rev=181708&r1=181707&r2=181708&view=diff
==============================================================================
--- compiler-rt/trunk/make/platform/clang_linux.mk (original)
+++ compiler-rt/trunk/make/platform/clang_linux.mk Mon May 13 09:53:09 2013
@@ -8,8 +8,8 @@ Configs :=
 
 # We don't currently have any general purpose way to target architectures other
 # than the compiler defaults (because there is no generalized way to invoke
-# cross compilers). For now, we just find the target archicture of the compiler
-# and only define configurations we know that compiler can generate.
+# cross compilers). For now, we just find the target architecture of the
+# compiler and only define configurations we know that compiler can generate.
 CompilerTargetTriple := $(shell \
 	$(CC) -v 2>&1 | grep 'Target:' | cut -d' ' -f2)
 ifneq ($(DEBUGMAKE),)





More information about the llvm-commits mailing list