aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp
diff options
context:
space:
mode:
authorGravatar Siddharth <siddu.druid@gmail.com>2018-06-14 00:09:54 +0200
committerGravatar GitHub <noreply@github.com>2018-06-14 00:09:54 +0200
commit7ae07d738b7b2704971b8bc2becb7a1355deb5c3 (patch)
treea50dfb1a3509db9050648b3c655a2f5c48926356 /interp
parent9f8cea70ed5c6bff03eada4f2808be0da7fa4412 (diff)
[TYPO FIX] elimitate -> eliminate
Diffstat (limited to 'interp')
-rw-r--r--interp/constrintern.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/constrintern.ml b/interp/constrintern.ml
index d7345b701..47ae64d47 100644
--- a/interp/constrintern.ml
+++ b/interp/constrintern.ml
@@ -1313,7 +1313,7 @@ let sort_fields ~complete loc fields completer =
first_field_index, (* index of the first field of the record *)
proj_list) (* list of projections *)
=
- (* elimitate the first field from the projections,
+ (* eliminate the first field from the projections,
but keep its index *)
let rec build_proj_list projs proj_kinds idx ~acc_first_idx acc =
match projs with