From d06fb8401f6962b23da329788d8560bb2ef18219 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= Date: Wed, 26 May 2010 20:46:15 +0000 Subject: [PATCH] includes/rts/storage/GC.h: generation_: n_words: Improve comment. --- includes/rts/storage/GC.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/rts/storage/GC.h b/includes/rts/storage/GC.h index 15c22ab..5f2165f 100644 --- a/includes/rts/storage/GC.h +++ b/includes/rts/storage/GC.h @@ -63,7 +63,7 @@ typedef struct generation_ { bdescr * blocks; // blocks in this gen unsigned int n_blocks; // number of blocks - unsigned int n_words; // number of words + unsigned int n_words; // number of used words bdescr * large_objects; // large objects (doubly linked) unsigned int n_large_blocks; // no. of blocks used by large objs -- 1.7.10.4