summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2015-04-10 10:00:50 +0200
committerGabor Greif <ggreif@gmail.com>2015-04-10 10:00:50 +0200
commit9d16808e1b6dd2fb7ab3eb5712d9842e77d57631 (patch)
treed574d81a21d82998860c15c8d9c8d320d55fa928 /utils
parentfa46c597db9939de1de4bc9b917c8dc1d9e2093a (diff)
downloadhaskell-9d16808e1b6dd2fb7ab3eb5712d9842e77d57631.tar.gz
Typos in error messages and in comments
Diffstat (limited to 'utils')
-rw-r--r--utils/genprimopcode/Lexer.x2
-rw-r--r--utils/genprimopcode/Parser.y2
-rw-r--r--utils/hpc/HpcParser.y2
3 files changed, 3 insertions, 3 deletions
diff --git a/utils/genprimopcode/Lexer.x b/utils/genprimopcode/Lexer.x
index 527a03fe72..4887f46cca 100644
--- a/utils/genprimopcode/Lexer.x
+++ b/utils/genprimopcode/Lexer.x
@@ -2,7 +2,7 @@
{
{-# LANGUAGE BangPatterns #-} -- required for versions of Alex before 2.3.4
{-# OPTIONS -w -Wwarn #-}
--- The above warning supression flag is a temporary kludge.
+-- The above warning suppression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and fix
-- any warnings in the module. See
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings
diff --git a/utils/genprimopcode/Parser.y b/utils/genprimopcode/Parser.y
index 424efe6a4a..c70ff1ae89 100644
--- a/utils/genprimopcode/Parser.y
+++ b/utils/genprimopcode/Parser.y
@@ -1,7 +1,7 @@
{
{-# LANGUAGE BangPatterns #-} -- required for versions of Happy before 1.18.6
{-# OPTIONS -w -Wwarn #-}
--- The above warning supression flag is a temporary kludge.
+-- The above warning suppression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and fix
-- any warnings in the module. See
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings
diff --git a/utils/hpc/HpcParser.y b/utils/hpc/HpcParser.y
index 6ca173a3ff..5f8bf903bb 100644
--- a/utils/hpc/HpcParser.y
+++ b/utils/hpc/HpcParser.y
@@ -9,7 +9,7 @@
-- the generalisation. Better would be to make Happy generate
-- an appropriate signature.
--
--- The above warning supression flag is a temporary kludge.
+-- The above warning suppression flag is a temporary kludge.
-- While working on this module you are encouraged to remove it and fix
-- any warnings in the module. See
-- http://ghc.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#Warnings