[commit: ghc] master: typo in comments: s/selectg/select/ (ec14392)

git at git.haskell.org git at git.haskell.org
Sat Oct 24 09:49:43 UTC 2015


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

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

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

commit ec14392bb4974b120a701b20c57f562ad288bfe5
Author: Sergei Trofimovich <siarheit at google.com>
Date:   Sat Oct 24 10:38:37 2015 +0100

    typo in comments: s/selectg/select/
    
    Signed-off-by: Sergei Trofimovich <siarheit at google.com>


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

ec14392bb4974b120a701b20c57f562ad288bfe5
 libraries/base/GHC/Event/Manager.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libraries/base/GHC/Event/Manager.hs b/libraries/base/GHC/Event/Manager.hs
index a94f8e8..0ca02c4 100644
--- a/libraries/base/GHC/Event/Manager.hs
+++ b/libraries/base/GHC/Event/Manager.hs
@@ -307,7 +307,7 @@ step mgr at EventManager{..} = do
 -- event manager ought to be woken.
 --
 -- Note that the event manager is generally implemented in terms of the
--- platform's @selectg@ or @epoll@ system call, which tend to vary in
+-- platform's @select@ or @epoll@ system call, which tend to vary in
 -- what sort of fds are permitted. For instance, waiting on regular files
 -- is not allowed on many platforms.
 registerFd_ :: EventManager -> IOCallback -> Fd -> Event -> Lifetime



More information about the ghc-commits mailing list