aboutsummaryrefslogtreecommitdiff
path: root/interp
diff options
context:
space:
mode:
authorMaxime Dénès2017-05-17 09:03:09 +0200
committerMaxime Dénès2017-05-17 09:03:09 +0200
commit5360ec8ff56c44e96c56965be78e6f2538963a57 (patch)
tree82361651080323e8ab33db31890c32b93f6928ea /interp
parent5ea95f9cd843bec4504646851bf22bf505e56ad8 (diff)
parent9ddfdab6a4715a08a78296bf8824d086f358bdc0 (diff)
Merge PR#636: Miscellaneous typos, dead code, etc.
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 3f99a3c7c0..b57a046796 100644
--- a/interp/constrintern.ml
+++ b/interp/constrintern.ml
@@ -900,7 +900,7 @@ let interp_reference vars r =
(**********************************************************************)
(** {5 Cases } *)
-(** {6 Elemtary bricks } *)
+(** {6 Elementary bricks } *)
let apply_scope_env env = function
| [] -> {env with tmp_scope = None}, []
| sc::scl -> {env with tmp_scope = sc}, scl