Fix typo. Patch by Liu.
authorAkira Hatanaka <ahatanak@gmail.com>
Wed, 31 Aug 2011 17:49:04 +0000 (17:49 +0000)
committerAkira Hatanaka <ahatanak@gmail.com>
Wed, 31 Aug 2011 17:49:04 +0000 (17:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138866 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/InstPrinter/Makefile

index 63e38ef3e6aa3b74449df02676b00f43c85027ea..74872a48b9741c3b76a321dadf6c5296972cd567 100644 (file)
@@ -10,7 +10,7 @@
 LEVEL = ../../../..
 LIBRARYNAME = LLVMMipsAsmPrinter
 
-# Hack: we need to include 'main' arm target directory to grab private headers
+# Hack: we need to include 'main' mips target directory to grab private headers
 CPP.Flags += -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
 
 include $(LEVEL)/Makefile.common