From 74cda6e5e3acef102eb5c176e4c6edca7a74198b Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 9 Dec 2009 15:22:23 +0000 Subject: [PATCH] Fix typo --- ghc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc.mk b/ghc.mk index f5d0d9d..1e66ebf 100644 --- a/ghc.mk +++ b/ghc.mk @@ -83,7 +83,7 @@ # We need second expansion for the way we handle directories, so that # | $$$$(dir $$$$@)/. -# expands to the directoy of a rule that uses a % pattern. +# expands to the directory of a rule that uses a % pattern. .SECONDEXPANSION: default : all -- 1.7.10.4