diff options
author | Daniel Fischer <daniel.is.fischer@googlemail.com> | 2011-05-30 09:34:34 +0200 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2011-05-31 10:52:58 +0100 |
commit | ad0830622ef89c2251fe3c63f73d3eceaca6cba4 (patch) | |
tree | 2d32bbc10331d5dbf2f6750c486fd2b4ec5a974b /docs | |
parent | 98fe4dcf037472ec18db71f5ad9dab2110aa4cd9 (diff) | |
download | haskell-ad0830622ef89c2251fe3c63f73d3eceaca6cba4.tar.gz |
Fix typos in runtime_control.xml
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/runtime_control.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/users_guide/runtime_control.xml b/docs/users_guide/runtime_control.xml index dbdebe8240..defae22823 100644 --- a/docs/users_guide/runtime_control.xml +++ b/docs/users_guide/runtime_control.xml @@ -1012,12 +1012,12 @@ char *ghc_rts_opts = "-H128m -K1m"; </listitem> <listitem> <para> - How many page faults occured this garbage collection. + How many page faults occurred this garbage collection. </para> </listitem> <listitem> <para> - How many page faults occured since the end of the last garbage + How many page faults occurred since the end of the last garbage collection. </para> </listitem> @@ -1209,7 +1209,7 @@ char *ghc_rts_opts = "-H128m -K1m"; </term> <listitem> <para> - An RTS debugging flag; only availble if the program was + An RTS debugging flag; only available if the program was linked with the <option>-debug</option> option. Various values of <replaceable>x</replaceable> are provided to enable debug messages and additional runtime sanity checks |