summaryrefslogtreecommitdiff
path: root/typing/typedtree.ml
diff options
context:
space:
mode:
Diffstat (limited to 'typing/typedtree.ml')
-rw-r--r--typing/typedtree.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/typing/typedtree.ml b/typing/typedtree.ml
index 4f4fcd7a4f..4cc9964324 100644
--- a/typing/typedtree.ml
+++ b/typing/typedtree.ml
@@ -152,7 +152,7 @@ and class_expr_desc =
(Ident.t * string loc * expression) list * class_expr
| Tcl_constraint of
class_expr * class_type option * string list * string list * Concr.t
- (* Visible instance variables, methods and concretes methods *)
+ (* Visible instance variables, methods and concrete methods *)
| Tcl_open of override_flag * Path.t * Longident.t loc * Env.t * class_expr
and class_structure =