[commit: stm] master: typo (fd44d9e)
Simon Marlow <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.libraries |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/packages/stm On branch : master http://hackage.haskell.org/trac/ghc/changeset/fd44d9e6668a9b1506a9ec15dabba6164b2e2891 >--------------------------------------------------------------- commit fd44d9e6668a9b1506a9ec15dabba6164b2e2891 Author: Simon Marlow <[email protected]> Date: Wed Jul 4 11:09:45 2012 +0100 typo >--------------------------------------------------------------- Control/Concurrent/STM/TQueue.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Control/Concurrent/STM/TQueue.hs b/Control/Concurrent/STM/TQueue.hs index 0df1052..4f15951 100644 --- a/Control/Concurrent/STM/TQueue.hs +++ b/Control/Concurrent/STM/TQueue.hs @@ -31,7 +31,7 @@ ----------------------------------------------------------------------------- module Control.Concurrent.STM.TQueue ( - -- * TChans + -- * TQueue TQueue, newTQueue, newTQueueIO,