We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad08ad commit 6f76aceCopy full SHA for 6f76ace
external-stg-interpreter/lib/Stg/Interpreter/ThreadScheduler.hs
@@ -251,7 +251,7 @@ waitAndScheduleBlockedThreads = do
251
252
if null blockedThreads
253
then do
254
- error "TODO: scheduler has n runnable thread to schedule" -- nothing to run, what to do??
+ error "TODO: scheduler has no runnable thread to schedule" -- nothing to run, what to do??
255
else do
256
handleBlockedDelayWait
257
stopIfThereIsNoRunnableThread
0 commit comments