diff options
author | Gabor Greif <ggreif@gmail.com> | 2015-07-30 17:06:33 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2015-07-30 17:20:51 +0200 |
commit | e9ad42da5aa8a6cab95461a8592e92ca08aa491a (patch) | |
tree | 18332ec66fb7658924d203af28682b835d008d02 /docs/rts | |
parent | 4f80ec0ee438800d95673a4898e69371957fed09 (diff) | |
download | haskell-e9ad42da5aa8a6cab95461a8592e92ca08aa491a.tar.gz |
Typos in comments and strings
Note: the haddock comment in TyCon.hs seems to be
garbled syntactically and grammatically
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 { |