OSDN Git Service

Fixed a pasto.
authorOscar Fuentes <ofv@wanadoo.es>
Sat, 8 Nov 2008 20:34:18 +0000 (20:34 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Sat, 8 Nov 2008 20:34:18 +0000 (20:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58923 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/CellSPU/AsmPrinter/Makefile

index 096d092..0b05b98 100644 (file)
@@ -10,7 +10,8 @@
 LEVEL = ../../../..
 LIBRARYNAME = LLVMCellSPUAsmPrinter
 
-# Hack: we need to include 'main' x86 target directory to grab private headers 
+# Hack: we need to include 'main' CellSPU target directory to grab
+# private headers
 CPPFLAGS = -I$(PROJ_OBJ_DIR)/.. -I$(PROJ_SRC_DIR)/..
 
 include $(LEVEL)/Makefile.common