summaryrefslogtreecommitdiff
path: root/docs/rts
diff options
context:
space:
mode:
authorsimonm <unknown>1997-11-13 17:09:40 +0000
committersimonm <unknown>1997-11-13 17:09:40 +0000
commit6ea9ce88df9d49c2e0d2091122e781cf1af6e415 (patch)
tree29cf824b7d859a0799b93c9967dc8e4522bbed92 /docs/rts
parent9ecc9d5724e142a69b0ce4eb501a366e9069e591 (diff)
downloadhaskell-6ea9ce88df9d49c2e0d2091122e781cf1af6e415.tar.gz
[project @ 1997-11-13 17:09:40 by simonm]
couple of minor fixes
Diffstat (limited to 'docs/rts')
-rw-r--r--docs/rts/rts.verb4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/rts/rts.verb b/docs/rts/rts.verb
index 1e014e5f36..2c2f983bc5 100644
--- a/docs/rts/rts.verb
+++ b/docs/rts/rts.verb
@@ -1409,7 +1409,7 @@ closure kind & HNF & UPD & NS & STA & THU & MUT & UPT & BH & IND & Sect
@BCO_CAF@ & & 1 & & & 1 & & & & & \ref{sect:BCO} \\
@HUGS_AP@ & & 1 & & & 1 & & & & & \ref{sect:HUGS-AP} \\
-@HUGS_PAP@ & & & 1 & & & & & & & \ref{sect:HUGS-AP} \\
+@HUGS_PAP@ & 1 & & 1 & & & & & & & \ref{sect:HUGS-AP} \\
@PAP@ & 1 & & 1 & & & & & & & \ref{sect:PAP} \\
@@ -1865,7 +1865,7 @@ check failure. A PAP has the following shape:
{\em Fixed header} & {\em No of arg words} & {\em Function closure} & {\em Arg stack} \\ \hline
\end{tabular}
\end{center}
-The ``arg stack'' is a copy of of the chunk of stack above the update
+The ``arg stack'' is a copy of the chunk of stack above the update
frame; ``no of arg words'' tells how many words it consists of. The
function closure is (a pointer to) the closure for the function whose
argument-satisfaction check failed.