X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fmm%2Fboehm-gc%2FMakefile.dj;h=94f6e83947f1d7772d422b5173779bf639bdae25;hb=c83bff94e40ee0a218a39931af17814d1a42cb5c;hp=c56ea7b03f60ddd44845fe380ba5aa6a792179ab;hpb=8275714acb4ee70328526bd43e7cb54869119f51;p=cacao.git diff --git a/src/mm/boehm-gc/Makefile.dj b/src/mm/boehm-gc/Makefile.dj index c56ea7b03..94f6e8394 100644 --- a/src/mm/boehm-gc/Makefile.dj +++ b/src/mm/boehm-gc/Makefile.dj @@ -84,9 +84,9 @@ CFLAGS= -gstabs+ -O2 -I$(srcdir)/include -DATOMIC_UNCOLLECTABLE -DALL_INTERIOR_P # -DJAVA_FINALIZATION makes it somewhat safer to finalize objects out of # order by specifying a nonstandard finalization mark procedure (see # finalize.c). Objects reachable from finalizable objects will be marked -# in a sepearte postpass, and hence their memory won't be reclaimed. +# in a separate postpass, and hence their memory won't be reclaimed. # Not recommended unless you are implementing a language that specifies -# these semantics. Since 5.0, determines only only the initial value +# these semantics. Since 5.0, determines only the initial value # of GC_java_finalization variable. # -DFINALIZE_ON_DEMAND causes finalizers to be run only in response # to explicit GC_invoke_finalizers() calls.