summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2013-05-13 14:53:09 +0000
committerSylvestre Ledru <sylvestre@debian.org>2013-05-13 14:53:09 +0000
commitb63dba903c29fe6ed1bfcb67e78f72beb832d01b (patch)
treefb2842dc79977819c59b82faa87fb6ae719fd2ac /make
parent15bb32b9e1342030a6c4742625f3c3356de42a2a (diff)
downloadcompiler-rt-b63dba903c29fe6ed1bfcb67e78f72beb832d01b.tar.gz
compiler-rt-b63dba903c29fe6ed1bfcb67e78f72beb832d01b.tar.bz2
compiler-rt-b63dba903c29fe6ed1bfcb67e78f72beb832d01b.tar.xz
Fix a typo in the comment
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@181708 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'make')
-rw-r--r--make/platform/clang_linux.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/platform/clang_linux.mk b/make/platform/clang_linux.mk
index 0e7a6b0f..858e2e82 100644
--- a/make/platform/clang_linux.mk
+++ b/make/platform/clang_linux.mk
@@ -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),)