diff options
Diffstat (limited to 'docs/rts')
-rw-r--r-- | docs/rts/rts.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rts/rts.tex b/docs/rts/rts.tex index 158ae7e79a..809705e3d1 100644 --- a/docs/rts/rts.tex +++ b/docs/rts/rts.tex @@ -4428,7 +4428,7 @@ while (threads_exist) { do { // enter object on top of stack // if the top object is a BCO, we must enter it - // otherwise appply any heuristic we wish. + // otherwise apply any heuristic we wish. if (thread->stack[thread->sp]->info.type == BCO) { status = runHugs(thread,&smInfo); } else { |