src/HOL/Tools/ATP/atp_problem.ML
changeset 46320 0b8b73b49848
parent 45939 711fec5b4f61
child 46338 b02ff6b17599
--- a/src/HOL/Tools/ATP/atp_problem.ML	Mon Jan 23 17:40:31 2012 +0100
+++ b/src/HOL/Tools/ATP/atp_problem.ML	Mon Jan 23 17:40:32 2012 +0100
@@ -349,7 +349,7 @@
            (AQuant (if s = tptp_ho_forall then AForall else AExists,
                     [(s', SOME ty)], AAtom tm))
      | (_, true, [AAbs ((s', ty), tm)]) =>
-       (* There is code in "ATP_Translate" to ensure that "Eps" is always
+       (* There is code in "ATP_Problem_Generate" to ensure that "Eps" is always
           applied to an abstraction. *)
        tptp_choice ^ "[" ^ s' ^ " : " ^ string_for_type format ty ^ "]: " ^
        tptp_string_for_term format tm ^ ""