summaryrefslogtreecommitdiff
path: root/includes/ghc.mk
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2012-07-24 13:01:08 +0200
committerGabor Greif <ggreif@gmail.com>2012-07-29 21:30:52 +0200
commitc7a7c49a81fa92bc46d04a9200be2afc5e4d1338 (patch)
treea335882bb6ee5055142844624cd25997744c7e77 /includes/ghc.mk
parent873f7b28ab694167a685e763aac6eb47d18a38c1 (diff)
downloadhaskell-c7a7c49a81fa92bc46d04a9200be2afc5e4d1338.tar.gz
typo
Diffstat (limited to 'includes/ghc.mk')
-rw-r--r--includes/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/ghc.mk b/includes/ghc.mk
index 73704b4c23..2cf835de80 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" >> $@