[commit: ghc] master: typo (c7a7c49)

Gabor Greif ggreif at gmail.com
Sun Jul 29 21:37:02 CEST 2012


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/c7a7c49a81fa92bc46d04a9200be2afc5e4d1338

>---------------------------------------------------------------

commit c7a7c49a81fa92bc46d04a9200be2afc5e4d1338
Author: Gabor Greif <ggreif at gmail.com>
Date:   Tue Jul 24 13:01:08 2012 +0200

    typo

>---------------------------------------------------------------

 includes/ghc.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/includes/ghc.mk b/includes/ghc.mk
index 73704b4..2cf835d 100644
--- a/includes/ghc.mk
+++ b/includes/ghc.mk
@@ -113,7 +113,7 @@ endif
 	@echo "#define BUILD_VENDOR  \"$(HostVendor_CPP)\"" >> $@
 	@echo "#define HOST_VENDOR  \"$(TargetVendor_CPP)\"" >> $@
 	@echo >> $@
-	@echo "/* These TARGET macros are for backwards compatibily... DO NOT USE! */" >> $@
+	@echo "/* These TARGET macros are for backwards compatibility... DO NOT USE! */" >> $@
 	@echo "#define TargetPlatform_TYPE $(TargetPlatform_CPP)" >> $@
 	@echo "#define $(TargetPlatform_CPP)_TARGET  1" >> $@
 	@echo "#define $(TargetArch_CPP)_TARGET_ARCH  1" >> $@





More information about the Cvs-ghc mailing list