From dee728a5f0d33d29f1cf58e4da0d475315d07e27 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 4 Dec 2015 11:20:41 +0300 Subject: [PATCH] Fix typo (items numbering) in GC_finalize_all documentation * include/javaxfc.h (GC_finalize_all): Fix 2nd item numbering in comment. --- include/javaxfc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/javaxfc.h b/include/javaxfc.h index 99eaf9ad..1583a241 100644 --- a/include/javaxfc.h +++ b/include/javaxfc.h @@ -33,7 +33,7 @@ * must be prepared to deal with objects that have been finalized in * spite of the fact that they are still referenced by statically * allocated pointer variables. - * 1) It may mean that we get stuck in an infinite loop running + * 2) It may mean that we get stuck in an infinite loop running * finalizers which create new finalizable objects, though that's * probably unlikely. * Thus this is not recommended for general use. -- 2.40.0