summaryrefslogtreecommitdiffstats
path: root/stdlib/gc.mli
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/gc.mli')
-rw-r--r--stdlib/gc.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/gc.mli b/stdlib/gc.mli
index e3db1ca58..58fdb1e42 100644
--- a/stdlib/gc.mli
+++ b/stdlib/gc.mli
@@ -86,8 +86,8 @@ type control = {
of live data. If [max_overhead] is set to 0, heap compaction
is never triggered. If [max_overhead] is set to 1, heap
compaction is triggered at the end of each major GC cycle
- (this last setting is intended for testing purposes only).
- The default is 0 (i.e. compaction is never triggered).
+ (this last setting is intended for testing purposes only).
+ The default is 0 (i.e. compaction is never triggered).
- [verbose] This flag controls the GC messages on standard error output.
- [stack_limit] The maximum size of the stack (in words). This is only
relevant to the byte-code runtime, as the native code runtime