aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/setoid_ring/ZArithRing.v
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2014-10-27 07:21:09 +0100
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2014-10-27 07:21:09 +0100
commit65c8d91cd4c11b8de44f0b23cd44a3303cd54d4e (patch)
tree5b7c97dc58c1b453cd4ba0df838e5cd7a452e309 /plugins/setoid_ring/ZArithRing.v
parentcc81b38185b6f558a6908f64cfaa7ee94131bf6c (diff)
Fix some typos in comments.
Diffstat (limited to 'plugins/setoid_ring/ZArithRing.v')
-rw-r--r--plugins/setoid_ring/ZArithRing.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/setoid_ring/ZArithRing.v b/plugins/setoid_ring/ZArithRing.v
index 3c4f6b86c..cf3a87e1d 100644
--- a/plugins/setoid_ring/ZArithRing.v
+++ b/plugins/setoid_ring/ZArithRing.v
@@ -48,8 +48,8 @@ Ltac Zpower_neg :=
Add Ring Zr : Zth
(decidable Zeq_bool_eq, constants [Zcst], preprocess [Zpower_neg;unfold Z.succ],
power_tac Zpower_theory [Zpow_tac],
- (* The two following option are not needed, it is the default chose when the set of
- coefficiant is usual ring Z *)
+ (* The following two options are not needed; they are the default choice
+ when the set of coefficient is the usual ring Z *)
div (InitialRing.Ztriv_div_th (@Eqsth Z) (@IDphi Z)),
sign get_signZ_th).