summaryrefslogtreecommitdiff
path: root/toplevel/expunge.ml
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2015-01-08 22:57:34 +0000
committerDamien Doligez <damien.doligez-inria.fr>2015-01-08 22:57:34 +0000
commit37046542fb561f112fb3975064306719fc486081 (patch)
tree9a18290837a551e5553287221ad8e6e57089b3f9 /toplevel/expunge.ml
parent44eb1c547676fe90fcf11308f6dee5418fafab10 (diff)
downloadocaml-37046542fb561f112fb3975064306719fc486081.tar.gz
fix typo (see PR#6704)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15770 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'toplevel/expunge.ml')
-rw-r--r--toplevel/expunge.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/expunge.ml b/toplevel/expunge.ml
index 9496d56b27..0d01b3290b 100644
--- a/toplevel/expunge.ml
+++ b/toplevel/expunge.ml
@@ -10,7 +10,7 @@
(* *)
(***********************************************************************)
-(* "Expunge" a toplevel by removing compiler modules from the global List.map.
+(* "Expunge" a toplevel by removing compiler modules from the global map.
Usage: expunge <source file> <dest file> <names of modules to keep> *)
open Misc