summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Doligez <damien.doligez-inria.fr>2013-02-26 12:46:28 +0000
committerDamien Doligez <damien.doligez-inria.fr>2013-02-26 12:46:28 +0000
commitd3d363a1a65a21ae55669607ea792ce860069d2f (patch)
treee201234f307267772fd0981a7528503fb7a02b83
parent90dd9161448fbb39a6732539f424c85736a2cba4 (diff)
downloadocaml-d3d363a1a65a21ae55669607ea792ce860069d2f.tar.gz
typo
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13319 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--utils/warnings.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/warnings.mli b/utils/warnings.mli
index 9a5d9abd6e..dd3a5ecf52 100644
--- a/utils/warnings.mli
+++ b/utils/warnings.mli
@@ -42,14 +42,14 @@ type t =
| Unused_var_strict of string (* 27 *)
| Wildcard_arg_to_constant_constr (* 28 *)
| Eol_in_string (* 29 *)
- | Duplicate_definitions of string * string * string * string (*30 *)
+ | Duplicate_definitions of string * string * string * string (* 30 *)
| Multiple_definition of string * string * string (* 31 *)
| Unused_value_declaration of string (* 32 *)
| Unused_open of string (* 33 *)
| Unused_type_declaration of string (* 34 *)
| Unused_for_index of string (* 35 *)
| Unused_ancestor of string (* 36 *)
- | Unused_constructor of string * bool * bool (* 37 *)
+ | Unused_constructor of string * bool * bool (* 37 *)
| Unused_exception of string * bool (* 38 *)
| Unused_rec_flag (* 39 *)
| Name_out_of_scope of string list * bool (* 40 *)