diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-10-30 12:21:49 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-10-30 12:41:57 +0100 |
commit | 201b5aa65109e09953caa1dc1774b75fabbf61b0 (patch) | |
tree | 108559ddb56de20639f15b20e691ac6d03424d12 /ghc | |
parent | 53700a9de48a3fb15015bd60462878fc9a2c0548 (diff) | |
download | haskell-201b5aa65109e09953caa1dc1774b75fabbf61b0.tar.gz |
Catch a few more typos in comments
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/Main.hs b/ghc/Main.hs index 7c406e4988..74b017a489 100644 --- a/ghc/Main.hs +++ b/ghc/Main.hs @@ -804,7 +804,7 @@ dumpFastStringStats dflags = do ]) -- we usually get more "has z-encoding" than "z-encoded", because -- when we z-encode a string it might hash to the exact same string, - -- which will is not counted as "z-encoded". Only strings whose + -- which is not counted as "z-encoded". Only strings whose -- Z-encoding is different from the original string are counted in -- the "z-encoded" total. putMsg dflags msg |