aboutsummaryrefslogtreecommitdiff
path: root/proofs/proof.ml
diff options
context:
space:
mode:
authoraspiwack2012-02-07 16:51:44 +0000
committeraspiwack2012-02-07 16:51:44 +0000
commit5e8634d9ad5f87404e59f59888b318ca8367afc1 (patch)
tree2fd849398a117e3f41bb606ab3a2764134c411e3 /proofs/proof.ml
parent139f62dc00ad5afc1d81404930b302234e486264 (diff)
Typo in comments.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14972 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/proof.ml')
-rw-r--r--proofs/proof.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/proofs/proof.ml b/proofs/proof.ml
index 72730495d7..7487927445 100644
--- a/proofs/proof.ml
+++ b/proofs/proof.ml
@@ -68,8 +68,8 @@ module Cond = struct
(* first attempt at an algebra of condition *)
(* semantics:
- [Cannot] means that the condition is not met
- - [Strict] that the condition is meant
- - [Loose] that the condition is not quite meant
+ - [Strict] that the condition is met
+ - [Loose] that the condition is not quite met
but authorises to unfocus provided a condition
of a previous focus on the stack is (strictly)
met.