[commit: template-haskell] master: Fix typo (2c9df50)

Gabor Greif ggreif at gmail.com
Wed Mar 20 22:18:44 CET 2013


Repository : ssh://darcs.haskell.org//srv/darcs/packages/template-haskell

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/2c9df5069a9a9be6a5dbb4da3be4103938ab94c0

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

commit 2c9df5069a9a9be6a5dbb4da3be4103938ab94c0
Author: Gabor Greif <ggreif at gmail.com>
Date:   Wed Mar 20 22:17:30 2013 +0100

    Fix typo

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

 Language/Haskell/TH/Syntax.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Language/Haskell/TH/Syntax.hs b/Language/Haskell/TH/Syntax.hs
index 6982434..62b1999 100644
--- a/Language/Haskell/TH/Syntax.hs
+++ b/Language/Haskell/TH/Syntax.hs
@@ -575,7 +575,7 @@ data NameFlavour
 --
 -- The long term solution to this is to use the binary package for annotation serialization and
 -- then remove this instance. However, to do _that_ we need to wait on binary to become stable, since
--- boot libraries cannot be upgraded seperately from GHC itself.
+-- boot libraries cannot be upgraded separately from GHC itself.
 --
 -- This instance cannot be derived automatically due to bug #2701
 instance Data NameFlavour where





More information about the ghc-commits mailing list