aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/ring/ring.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ring/ring.ml b/contrib/ring/ring.ml
index 1a7722aeed..b9cce1e29d 100644
--- a/contrib/ring/ring.ml
+++ b/contrib/ring/ring.ml
@@ -558,7 +558,7 @@ let raw_polynom th op lc gl =
List.fold_right2
(fun ci (c'i, c''i, c'i_eq_c''i) tac ->
let c'''i = pf_nf gl c''i in
- if pf_conv_x gl c'''i ci then tac (* Ring == Reflexivity *)
+ if pf_conv_x gl c'''i ci then tac (* convertible terms *)
else
(tclORELSE
(tclORELSE