Fix comments.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 24 Nov 2008 11:44:00 +0000 (11:44 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 24 Nov 2008 11:44:00 +0000 (11:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59958 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/AsmPrinter/Makefile

index 640bf02acce12c4ae6f2fe37d95d16c299045c44..125d8cfc0098b9dc10e133b5e2d15770db2599a1 100644 (file)
@@ -1,4 +1,4 @@
-##===- lib/Target/X86/Makefile -----------------------------*- Makefile -*-===##
+##===- lib/Target/PowerPC/AsmPrinter/Makefile --------------*- Makefile -*-===##
 # 
 #                     The LLVM Compiler Infrastructure
 #
@@ -9,7 +9,7 @@
 LEVEL = ../../../..
 LIBRARYNAME = LLVMPowerPCAsmPrinter
 
-# Hack: we need to include 'main' x86 target directory to grab private headers 
+# Hack: we need to include 'main' PowerPC target directory to grab private headers 
 CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
 
 include $(LEVEL)/Makefile.common