aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-11-24 11:44:00 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-11-24 11:44:00 +0000
commit19ea77f09d7226d4515b67e72be2f7b4dfee36dd (patch)
tree110c64af82a16bc9ef7e31c025ca6f7c3627626f /lib/Target/PowerPC
parent9682607ad63146d4b7291a9b5eb74a5f6196d80f (diff)
downloadexternal_llvm-19ea77f09d7226d4515b67e72be2f7b4dfee36dd.zip
external_llvm-19ea77f09d7226d4515b67e72be2f7b4dfee36dd.tar.gz
external_llvm-19ea77f09d7226d4515b67e72be2f7b4dfee36dd.tar.bz2
Fix comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59958 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC')
-rw-r--r--lib/Target/PowerPC/AsmPrinter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/PowerPC/AsmPrinter/Makefile b/lib/Target/PowerPC/AsmPrinter/Makefile
index 640bf02..125d8cf 100644
--- a/lib/Target/PowerPC/AsmPrinter/Makefile
+++ b/lib/Target/PowerPC/AsmPrinter/Makefile
@@ -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