From f460091e829c731a91170866f9019695a12d256c Mon Sep 17 00:00:00 2001 From: ppedrot Date: Fri, 2 Aug 2013 13:38:03 +0000 Subject: Small typo in Print Debug GC git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16652 85f007b7-540e-0410-9357-904b9bb8a0f7 --- toplevel/mltop.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toplevel/mltop.ml b/toplevel/mltop.ml index 1e0bbbcf3..ca4a5f648 100644 --- a/toplevel/mltop.ml +++ b/toplevel/mltop.ml @@ -364,7 +364,7 @@ let print_gc () = let msg = str "minor words: " ++ real stat.Gc.minor_words ++ fnl () ++ str "promoted words: " ++ real stat.Gc.promoted_words ++ fnl () ++ - str "major words :" ++ real stat.Gc.major_words ++ fnl () ++ + str "major words: " ++ real stat.Gc.major_words ++ fnl () ++ str "minor_collections: " ++ int stat.Gc.minor_collections ++ fnl () ++ str "major_collections: " ++ int stat.Gc.major_collections ++ fnl () ++ str "heap_words: " ++ int stat.Gc.heap_words ++ fnl () ++ -- cgit v1.2.3