Skip to content

Commit 6f76ace

Browse files
committed
fix typo
1 parent cad08ad commit 6f76ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external-stg-interpreter/lib/Stg/Interpreter/ThreadScheduler.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ waitAndScheduleBlockedThreads = do
251251

252252
if null blockedThreads
253253
then do
254-
error "TODO: scheduler has n runnable thread to schedule" -- nothing to run, what to do??
254+
error "TODO: scheduler has no runnable thread to schedule" -- nothing to run, what to do??
255255
else do
256256
handleBlockedDelayWait
257257
stopIfThereIsNoRunnableThread

0 commit comments

Comments
 (0)