Fix typo (items numbering) in GC_finalize_all documentation
authorIvan Maidanski <ivmai@mail.ru>
Fri, 4 Dec 2015 08:20:41 +0000 (11:20 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 4 Dec 2015 08:20:41 +0000 (11:20 +0300)
* include/javaxfc.h (GC_finalize_all): Fix 2nd item numbering in
comment.

include/javaxfc.h

index 99eaf9a..1583a24 100644 (file)
@@ -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.