From: Craig Topper <craig.topper@gmail.com>
Date: Fri, 25 Dec 2015 23:27:57 +0000 (+0000)
Subject: [X86] Fix copy and paste typo from pasting from another Makefile to restore code.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a177d3e3a26faca5fe81be74ce767dbd50670db9;p=oota-llvm.git

[X86] Fix copy and paste typo from pasting from another Makefile to restore code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256431 91177308-0d34-0410-b5e6-96231b3b80d8
---

diff --git a/lib/Target/X86/AsmParser/Makefile b/lib/Target/X86/AsmParser/Makefile
index dcbdc78c9e0..f834dfc300a 100644
--- a/lib/Target/X86/AsmParser/Makefile
+++ b/lib/Target/X86/AsmParser/Makefile
@@ -9,7 +9,7 @@
 LEVEL = ../../../..
 LIBRARYNAME = LLVMX86AsmParser
 
-# Hack: we need to include 'main' ARM target directory to grab private headers
+# Hack: we need to include 'main' X86 target directory to grab private headers
 CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
 
 include $(LEVEL)/Makefile.common