[commit: ghc] master: Fix a tiny typo (a86e68c)

git at git.haskell.org git at git.haskell.org
Fri Mar 3 22:35:25 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/a86e68cee83ea4290f0325c1a02ecb734fdaa485/ghc

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

commit a86e68cee83ea4290f0325c1a02ecb734fdaa485
Author: Ingo Blechschmidt <iblech at web.de>
Date:   Fri Mar 3 22:46:08 2017 +0100

    Fix a tiny typo


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

a86e68cee83ea4290f0325c1a02ecb734fdaa485
 libraries/base/System/IO.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/base/System/IO.hs b/libraries/base/System/IO.hs
index 656f852..d1ed9e3 100644
--- a/libraries/base/System/IO.hs
+++ b/libraries/base/System/IO.hs
@@ -426,7 +426,7 @@ fixIO k = do
 -- | The function creates a temporary file in ReadWrite mode.
 -- The created file isn\'t deleted automatically, so you need to delete it manually.
 --
--- The file is creates with permissions such that only the current
+-- The file is created with permissions such that only the current
 -- user can read\/write it.
 --
 -- With some exceptions (see below), the file will be created securely



More information about the ghc-commits mailing list