From e9ad42da5aa8a6cab95461a8592e92ca08aa491a Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Thu, 30 Jul 2015 17:06:33 +0200 Subject: Typos in comments and strings Note: the haddock comment in TyCon.hs seems to be garbled syntactically and grammatically --- docs/rts/rts.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/rts') 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 { -- cgit v1.2.1