aboutsummaryrefslogtreecommitdiff
path: root/interp
diff options
context:
space:
mode:
authorMatej Košík2017-04-10 16:04:22 +0200
committerMatej Košík2017-04-10 16:04:22 +0200
commitcec95b3e62e973af5a6aa1cb571c3c4654c3005e (patch)
tree0994065d774a9bf8faf9280381aba4a6805d9cce /interp
parent69d0152e00c2a3c7341bef36dcb110a2c4263ccf (diff)
Revert "comment: typo"
This reverts commit cd248e01d6834bc43d733c08b5955c332d2146a6.
Diffstat (limited to 'interp')
-rw-r--r--interp/coqlib.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/coqlib.mli b/interp/coqlib.mli
index 1facb47e1e..5ba26d8286 100644
--- a/interp/coqlib.mli
+++ b/interp/coqlib.mli
@@ -19,7 +19,7 @@ open Util
(** [find_reference caller_message [dir;subdir;...] s] returns a global
reference to the name dir.subdir.(...).s; the corresponding module
must have been required or in the process of being compiled so that
- it must be used lazily; it raises an anomaly with the given message
+ it must be used lazyly; it raises an anomaly with the given message
if not found *)
type message = string