From 334b5305a6c381328178333b9b284b1c04b24f59 Mon Sep 17 00:00:00 2001 From: Akira Hatanaka Date: Wed, 31 Aug 2011 17:49:04 +0000 Subject: [PATCH] Fix typo. Patch by Liu. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138866 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Mips/InstPrinter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/Mips/InstPrinter/Makefile b/lib/Target/Mips/InstPrinter/Makefile index 63e38ef3e6a..74872a48b97 100644 --- a/lib/Target/Mips/InstPrinter/Makefile +++ b/lib/Target/Mips/InstPrinter/Makefile @@ -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 -- 2.34.1