Skip to content

Commit

Permalink
Fix func name in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuuzetsu committed Oct 14, 2014
1 parent c030b99 commit 6d7f471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yi/src/library/Yi/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ startEditor cfg st = do
-- printer :: YiM ThreadId
-- printer = do
-- mv <- io $ newMVar (0 :: Int)
-- forkYiM (suicide mv) MustRefresh $ do
-- forkAction (suicide mv) MustRefresh $ do
-- c <- io $ do
-- modifyMVar_ mv (return . succ)
-- tryReadMVar mv
Expand Down

0 comments on commit 6d7f471

Please sign in to comment.