]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/components/ng_paramodulation/paramod.ml
Typo in comment
[helm.git] / matitaB / components / ng_paramodulation / paramod.ml
index 83845673b3142cf1805323034983fc316bf957c1..a1ec9bc14caad983ee84a5f80a8467ef88f65ac4 100644 (file)
@@ -224,7 +224,7 @@ module Paramod (B : Orderings.Blob) = struct
   let initialize_goal (bag,maxvar,actives,passives,_,_) t = 
     let (bag,maxvar), g = mk_unit_clause bag maxvar t in
     let g_passives = g_passive_empty_set in
-    (* if the goal is not an equation we returns an empty
+    (* if the goal is not an equation we return an empty
        passive set *)
     let g_passives =
       if Terms.is_eq_clause g then add_passive_goal g_passives g