From f5d6a7278f2389b22c0b4261cdd75b279e738f40 Mon Sep 17 00:00:00 2001 From: Rodrigo Kumpera Date: Wed, 18 Apr 2012 15:44:02 -0300 Subject: [PATCH] Fix typo. --- mono/metadata/sgen-split-nursery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mono/metadata/sgen-split-nursery.c b/mono/metadata/sgen-split-nursery.c index aaaed42b845..b9ebe1bab38 100644 --- a/mono/metadata/sgen-split-nursery.c +++ b/mono/metadata/sgen-split-nursery.c @@ -61,7 +61,7 @@ of objects from the Allocator Space. During a collection when the object scan function see a nursery object it must determine if the object needs to be evacuated or left in place. Originally, this -check was done by checking is a forwarding pointer is installed, but now an object +check was done by checking if a forwarding pointer is installed, but now an object can be in the To Space, it won't have a forwarding pointer and it must be left in place. In order to solve that we classify nursery memory been either in the From Space or in -- 2.11.4.GIT