From 7b4baa91ce2f98bf49a102e17a7fc91ec00e5789 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 13 May 2013 14:53:09 +0000 Subject: [PATCH] Fix a typo in the comment llvm-svn: 181708 --- compiler-rt/make/platform/clang_linux.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler-rt/make/platform/clang_linux.mk b/compiler-rt/make/platform/clang_linux.mk index 0e7a6b0fb413..858e2e8258cc 100644 --- a/compiler-rt/make/platform/clang_linux.mk +++ b/compiler-rt/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),)