Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ad0830622ef89c2251fe3c63f73d3eceaca6cba4 >--------------------------------------------------------------- commit ad0830622ef89c2251fe3c63f73d3eceaca6cba4 Author: Daniel Fischer <[email protected]> Date: Mon May 30 09:34:34 2011 +0200 Fix typos in runtime_control.xml >--------------------------------------------------------------- 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 dbdebe8..defae22 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 _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
