diff options
Diffstat (limited to 'docs/rts/rts.tex')
-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 |