diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-12-19 13:52:06 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-12-19 14:35:03 +0100 |
commit | a100763cc5c6c9736a00ca57b2ec3c721311eecb (patch) | |
tree | de71d4f3c962713260557b63bb3a1f3688ac03ad /docs/rts | |
parent | 244d1441bbe9a8d5e83015c749d1339b8f7c7319 (diff) | |
download | haskell-a100763cc5c6c9736a00ca57b2ec3c721311eecb.tar.gz |
Get rid of some stuttering in comments and docs
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 4337bb1f8e..2260b079d1 100644 --- a/docs/rts/rts.tex +++ b/docs/rts/rts.tex @@ -2049,7 +2049,7 @@ The only label associated with a thunk is its info table: \Subsubsection{Byte-code objects}{BCO} -A Byte-Code Object (BCO) is a container for a a chunk of byte-code, +A Byte-Code Object (BCO) is a container for a chunk of byte-code, which can be executed by Hugs. The byte-code represents a supercombinator in the program: when Hugs compiles a module, it performs lambda lifting and each resulting supercombinator becomes a |