From: Ivan Maidanski Date: Fri, 4 Dec 2015 08:20:41 +0000 (+0300) Subject: Fix typo (items numbering) in GC_finalize_all documentation X-Git-Tag: gc7_6_0~105 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=223ba0e329428af02165c2e9c650c9a348c16675;p=platform%2Fupstream%2Flibgc.git Fix typo (items numbering) in GC_finalize_all documentation * include/javaxfc.h (GC_finalize_all): Fix 2nd item numbering in comment. --- diff --git a/include/javaxfc.h b/include/javaxfc.h index 99eaf9a..1583a24 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.