src/HOL/Tools/res_axioms.ML
changeset 33027 9cf389429f6d
parent 33022 c95102496490
child 33039 5018f6a76b3f
--- a/src/HOL/Tools/res_axioms.ML	Tue Oct 20 19:37:09 2009 +0200
+++ b/src/HOL/Tools/res_axioms.ML	Tue Oct 20 19:52:04 2009 +0200
@@ -301,7 +301,7 @@
       then exists (excessive_lambdas_fm Ts) (#2 (strip_comb t))
       else excessive_lambdas (t, max_lambda_nesting);
 
-(*The max apply_depth of any metis call in MetisExamples (on 31-10-2007) was 11.*)
+(*The max apply_depth of any metis call in Metis_Examples (on 31-10-2007) was 11.*)
 val max_apply_depth = 15;
 
 fun apply_depth (f$t) = Int.max (apply_depth f, apply_depth t + 1)