[Git][ghc/ghc][wip/T23691] Apply 1 suggestion(s) to 1 file(s)

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Fri Jul 21 15:49:50 UTC 2023



Ben Gamari pushed to branch wip/T23691 at Glasgow Haskell Compiler / GHC


Commits:
fc15f1da by Andreas Klebinger at 2023-07-21T15:49:48+00:00
Apply 1 suggestion(s) to 1 file(s)
- - - - -


1 changed file:

- rts/win32/ThrIOManager.c


Changes:

=====================================
rts/win32/ThrIOManager.c
=====================================
@@ -79,8 +79,8 @@ readIOManagerEvent (void)
             }
         }
     } else {
-        // Making it here means that we have hit ioManagerDie, which
-        // closed our event object.
+        // Making it here after getIOManagerEvent has been called means that we
+        // have hit ioManagerDie, which closed our event object.
         res = IO_MANAGER_DIE;
     }
 



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fc15f1da5a8739d7a4fe7391976bf01143dba919

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fc15f1da5a8739d7a4fe7391976bf01143dba919
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230721/145dae19/attachment.html>


More information about the ghc-commits mailing list