diff options
| author | Matej Kosik | 2017-02-02 10:04:16 +0100 |
|---|---|---|
| committer | Matej Košík | 2017-04-10 13:16:57 +0200 |
| commit | cd248e01d6834bc43d733c08b5955c332d2146a6 (patch) | |
| tree | 1fb6a18883a41e2836909f66f3e9a9aa84689bb9 | |
| parent | 470d0d56467a3a587dc34f958ffea8259618d1ae (diff) | |
comment: typo
| -rw-r--r-- | interp/coqlib.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/coqlib.mli b/interp/coqlib.mli index 5ba26d8286..1facb47e1e 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 lazyly; it raises an anomaly with the given message + it must be used lazily; it raises an anomaly with the given message if not found *) type message = string |
