diff options
Diffstat (limited to 'docs/comm')
-rw-r--r-- | docs/comm/genesis/modules.html | 2 | ||||
-rw-r--r-- | docs/comm/rts-libs/threaded-rts.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/comm/genesis/modules.html b/docs/comm/genesis/modules.html index de59cce6d3..10cd7a8490 100644 --- a/docs/comm/genesis/modules.html +++ b/docs/comm/genesis/modules.html @@ -110,7 +110,7 @@ identifiers, expressions, rules, and their operations.</strong> </ul></tt> <p><li> <strong>That is the end of the infrastructure. Now we get the - main layer of mdoules that perform useful work.</strong> + main layer of modules that perform useful work.</strong> <tt><ul> <p><li> diff --git a/docs/comm/rts-libs/threaded-rts.html b/docs/comm/rts-libs/threaded-rts.html index 499aeec767..739dc8d58a 100644 --- a/docs/comm/rts-libs/threaded-rts.html +++ b/docs/comm/rts-libs/threaded-rts.html @@ -57,7 +57,7 @@ GhcLibWays += s</pre> <tt>Capability</tt>. The available pool of capabilities is managed by the <tt>Capability</tt> API, described below.</p> - <p>In the threaded runtime, there is only a single <tt>Capabililty</tt> in the + <p>In the threaded runtime, there is only a single <tt>Capability</tt> in the system, indicating that only a single thread can be executing Haskell code at any one time. In the SMP runtime, there can be an arbitrary number of capabilities selectable at runtime with the <tt>+RTS -N<em>n</em></tt> |