diff options
author | Gabor Greif <ggreif@gmail.com> | 2012-01-17 00:03:11 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-02-27 14:35:06 +0000 |
commit | 5f7ac440ff0fd7cd010728297811def847c3d1ef (patch) | |
tree | 56ab6e9fc34a5b26830cbf5480be95a200291183 | |
parent | 4cb771af6e5435b7368b8bbb05de829384dd8b30 (diff) | |
download | haskell-5f7ac440ff0fd7cd010728297811def847c3d1ef.tar.gz |
typo
-rw-r--r-- | docs/comm/rts-libs/threaded-rts.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |